int XGetPointerMapping(display, map_return, nmap)
      Display *display;
      unsigned char map_return[];
      int nmap;
| display | Specifies the connection to the X server. | 
| map_return | Returns the mapping list. | 
| nmap | Specifies the number of items in the mapping list. |