XGetPointerMapping (3) Linux Manual Page
XSetPointerMapping, XGetPointerMapping – manipulate pointer settings Syntax int XSetPointerMapping(Display *display, unsigned char map[], int nmap); int XGetPointerMapping(Display *display, unsigned char map_return[], int nmap); Arguments display 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. Description The XSetPointerMapping…
