1IsCursorKey(3)                  XLIB FUNCTIONS                  IsCursorKey(3)
2
3
4

NAME

6       IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModi‐
7       fierKey, IsPFKey, IsPrivateKeypadKey - keysym classification macros
8

SYNTAX

10       int IsCursorKey(KeySym keysym);
11
12       int IsFunctionKey(KeySym keysym);
13
14       int IsKeypadKey(KeySym keysym);
15
16       int IsMiscFunctionKey(KeySym keysym);
17
18       int IsModifierKey(KeySym keysym);
19
20       int IsPFKey(KeySym keysym);
21
22       int IsPrivateKeypadKey(KeySym keysym);
23

ARGUMENTS

25       keysym    Specifies the KeySym that is to be tested.
26

DESCRIPTION

28       The IsCursorKey macro returns True if the specified KeySym is a cursor
29       key.
30
31       The IsFunctionKey macro returns True if the KeySym is a function key.
32
33       The IsKeypadKey macro returns True if the specified KeySym is a keypad
34       key.
35
36       The IsMiscFunctionKey macro returns True if the specified KeySym is a
37       miscellaneous function key.
38
39       The IsModifierKey macro returns True if the specified KeySym is a modi‐
40       fier key.
41
42       The IsPFKey macro returns True if the specified KeySym is a PF key.
43
44       The IsPrivateKeypadKey macro returns True if the specified KeySym is a
45       vendor-private keypad key.
46

SEE ALSO

48       XkbKeyTypesForCoreSymbols(3), AllPlanes(3), BlackPixelOfScreen(3),
49       ImageByteOrder(3)
50       Xlib - C Language X Interface
51
52
53
54X Version 11                     libX11 1.6.7                   IsCursorKey(3)
Impressum