X-pointer-mapping

Name

X-pointer-mapping -- Return the mapping of physical->logical pointer buttons as a list.

Synopsis

(X-pointer-mapping)

Description

Return the mapping of physical->logical pointer buttons as a list. The length of the returned list is the number of buttons available. Each element in the list is an integer. E.g., '(1 2 3) is a normally mapped 3-button mouse, whereas '(3 2 1) is a 3-button mouse where the rightmost physical button acts as logical button 1, and the leftmost acts as button 3.

Implementation Notes

Module: Built-in Primitive

Defined in src/binding.c at line 1669 (CVS log)