IsCursorKey(3X11) MIT X11R4 IsCursorKey(3X11)
Name
IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey - keysym classification macros
Syntax
IsCursorKey(keysym)
IsFunctionKey(keysym)
IsKeypadKey(keysym)
IsMiscFunctionKey(keysym)
IsModifierKey(keysym)
IsPFKey(keysym)
Arguments
keysym Specifies the KeySym that is to be tested.
Description
The macro returns if the specified KeySym is a cursor key.
The macro returns if the KeySym is a function key.
The macro returns if the specified KeySym is a keypad key.
The macro returns if the specified KeySym is a miscellaneous function key.
The macro returns if the specified KeySym is a modifier key.
The macro returns if the specified KeySym is a PF key.
See Also
AllPlanes(3X11), BlackPixelOfScreen(3X11), ImageByteOrder(3X11)
X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys
IsCursorKey(3X11)