IsCursorKey
NAMESYNTAX
ARGUMENTS
DESCRIPTION
SEE ALSO
NAME
IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModifierKey, IsPFKey, IsPrivateKeypadKey − 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(3),
BlackPixelOfScreen(3), ImageByteOrder(3)
Xlib − C Language X Interface
More Linux Commands
manpages/ldap_search_ext_s.3.html
ldap_search_ext_s(3) - Perform an LDAP search operation.....
These routines are used to perform LDAP search operations. The ldap_search_ext_s() routine does the search synchronously (i.e., not returning until the operatio
manpages/XChangeSaveSet.3.html
XChangeSaveSet(3) - change a client's save set (Man Page)...
Depending on the specified mode, XChangeSaveSet either inserts or deletes the specified window from the clients save-set. The specified window must have been cr
manpages/Tcl_ParseQuotedString.3.html
Tcl_ParseQuotedString(3) - parse Tcl scripts and expressions
These procedures parse Tcl commands or portions of Tcl commands such as expressions or references to variables. Each procedure takes a pointer to a script (or p
manpages/fs.5.html
fs(5) - Linux file-system types: minix, ext, ext2, ext3, ext
When, as is customary, the proc filesystem is mounted on /proc, you can find in the file /proc/filesystems which filesystems your kernel currently supports; see
manpages/dracut.conf.5.html
dracut.conf(5) configuration file(s) for dracut (Man Page)
dracut.conf is loaded during the initialisation phase of dracut. Command line parameter will overwrite any values set here. *.conf files are read from /usr/lib/
manpages/glutSetMenu.3.html
glutSetMenu(3) - sets the current menu; glutGetMenu - return
glutSetMenu sets the current menu; glutGetMenu returns the identifier of the current menu. If no menus exist or the previous current menu was destroyed, glutGet
manpages/sbrk.2.html
sbrk(2) - change data segment size - Linux manual page......
brk() and sbrk() change the location of the program break, which defines the end of the processs data segment (i.e., the program break is the first location aft
manpages/XpCreateContext.3x.html
XpCreateContext(3x) - Creates and initializes a new print co
XpCreateContext creates a new print context that is initialized with the default printer attributes and other information available for printer_name on display.
manpages/FcConfigSubstitute.3.html
FcConfigSubstitute(3) - Execute substitutions (Man Page)....
Calls FcConfigSubstituteWithPat setting p_pat to NULL. Returns FcFalse if the substitution cannot be performed (due to allocation failure). Otherwise returns Fc
manpages/snmpgetnext.1.html
snmpgetnext(1) - communicates with a network entity using SN
snmpget is an SNMP application that uses the SNMP GETNEXT request to query for information on a network entity. One or more object identifiers (OIDs) may be giv
manpages/mbtowc.3.html
mbtowc(3) - convert a multibyte sequence to a wide character
The main case for this function is when s is not NULL and pwc is not NULL. In this case, the mbtowc() function inspects at most n bytes of the multibyte string
manpages/glFogiv.3gl.html
glFogiv(3gl) - specify fog parameters - Linux manual page...
Fog is initially disabled. While enabled, fog affects rasterized geometry, bitmaps, and pixel blocks, but not buffer clear operations. To enable and disable fog
