XSetPointerMapping(3X) — X Version 11
NAME
XSetPointerMapping, XGetPointerMapping − manipulate pointer settings
SYNTAX
int XSetPointerMapping(display, map, nmap)
Display ∗display;
unsigned char map[];
int nmap;
int XGetPointerMapping(display, map, nmap)
Display ∗display;
unsigned char map[];
int nmap;
ARGUMENTS
displaySpecifies the connection to the X server.
mapSpecifies the mapping list.
nmapSpecifies the number of items in mapping list.
DESCRIPTION
The XSetPointerMapping function sets the mapping of the pointer and causes the X server to generate a MappingNotify event on a status of MappingSuccess. .PN XSetPointerMapping can generate a BadValue error.
The XGetPointerMapping function returns the current mapping of the pointer.
SEE ALSO
XChangeKeyboardControl(3X), XChangeKeyboardMapping(3X)
Xlib − C Language X Interface
1 March 1988