XGetPointerMapping (3) Linux Manual Page
XSetPointerMapping, XGetPointerMapping – manipulate pointer settings Syntaxint XSetPointerMapping(Display *display, unsigned char map[], int nmap); int XGetPointerMapping(Display *display, unsigned char map_return[], int nmap);Argumentsdisplay Specifies the connection to the X server. map Specifies the mapping list. map_return Returns the mapping list. nmap Specifies the number of items in the mapping list.DescriptionThe XSetPointerMapping function sets the mapping of…
