NAME

IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey, IsPrivateKeypadKey - keysym classification macros

SYNTAX

int IsCursorKey(KeySym _k_e_y_s_y_m);

int IsFunctionKey(KeySym _k_e_y_s_y_m);

int IsKeypadKey(KeySym _k_e_y_s_y_m);

int IsMiscFunctionKey(KeySym _k_e_y_s_y_m);

int IsModifierKey(KeySym _k_e_y_s_y_m);

int IsPFKey(KeySym _k_e_y_s_y_m);

int IsPrivateKeypadKey(KeySym _k_e_y_s_y_m);

ARGUMENTS

_k_e_y_s_y_m Specifies the KeySym that is to be tested.

DESCRIPTION

The _I_s_C_u_r_s_o_r_K_e_y macro returns _T_r_u_e if the specified KeySym is a cursor key.

The _I_s_F_u_n_c_t_i_o_n_K_e_y macro returns _T_r_u_e if the KeySym is a function key.

The _I_s_K_e_y_p_a_d_K_e_y macro returns _T_r_u_e if the specified KeySym is a keypad key.

The _I_s_M_i_s_c_F_u_n_c_t_i_o_n_K_e_y macro returns _T_r_u_e if the specified KeySym is a miscellaneous function key.

The _I_s_M_o_d_i_f_e_r_K_e_y macro returns _T_r_u_e if the specified KeySym is a modifier key.

The _I_s_P_F_K_e_y macro returns _T_r_u_e if the specified KeySym is a PF key.

The _I_s_P_r_i_v_a_t_e_K_e_y_p_a_d_K_e_y macro returns _T_r_u_e if the specified KeySym is a vendor-private keypad key.

SEE ALSO

AllPlanes(3X11), BlackPixelOfScreen(3X11), ImageByteOrder(3X11)
_X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e