IsCursorKey()

NAME

IsCursorKey(), IsFunctionKey(), IsKeypadKey(), IsMiscFunctionKey(), IsModiferKey(), IsPFKey() - keysym classification macros

SYNOPSIS

int IsCursorKey (unsigned int keysym)
int IsFunctionKey (unsigned int keysym)
int IsKeypadKey (unsigned int keysym)
int IsMiscFunctionKey (unsigned int keysym)
int IsModifierKey (unsigned int keysym)
int IsPFKey  (unsigned int keysym)

ARGUMENTS

keysym
Specifies the KeySym that is to be tested.

DESCRIPTION

The IsCursorKey(3) macro returns True if the specified KeySym is a cursor key.

The IsFunctionKey(3) macro returns True if the KeySym is a function key.

The IsKeypadKey(3) macro returns True if the specified KeySym is a keypad key.

The IsMiscFunctionKey(3) macro returns True if the specified KeySym is a miscellaneous function key.

The IsModiferKey(3) macro returns True if the specified KeySym is a modifier key.

The IsPFKey(3) macro returns True if the specified KeySym is a PF key.

SEE ALSO

AllPlanes()

BlackPixelOfScreen()

ImageByteOrder()

Xlib