Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XSePMap(3X) — AOS 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XChangeKeyboardControl(3X)

XChangeKeyboardMapping(3X)

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

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026