This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



IsCursorKey(3)                                 XLIB FUNCTIONS                                 IsCursorKey(3)



NAME
       IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModifierKey, IsPFKey, IsPrivateKeypad-Key IsPrivateKeypadKey
       Key - keysym classification macros

SYNTAX
       int IsCursorKey(KeySym keysym);

       int IsFunctionKey(KeySym keysym);

       int IsKeypadKey(KeySym keysym);

       int IsMiscFunctionKey(KeySym keysym);

       int IsModifierKey(KeySym keysym);

       int IsPFKey(KeySym keysym);

       int IsPrivateKeypadKey(KeySym keysym);

ARGUMENTS
       keysym    Specifies the KeySym that is to be tested.

DESCRIPTION
       The IsCursorKey macro returns True if the specified KeySym is a cursor key.

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

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

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

       The IsModifierKey macro returns True if the specified KeySym is a modifier key.

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

       The IsPrivateKeypadKey macro returns True if the specified KeySym is a vendor-private keypad key.

SEE ALSO
       AllPlanes(3X11), BlackPixelOfScreen(3X11), ImageByteOrder(3X11)
       Xlib - C Language X Interface



X Version 11                                    libX11 1.2.1                                  IsCursorKey(3)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...