home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat3 / iscursorkey.0 < prev    next >
Encoding:
Text File  |  1996-10-17  |  1.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4. IsCursorKey(3X11)      XLIB FUNCTIONS    IsCursorKey(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunction-
  9.        Key, IsModiferKey, IsPFKey, IsPrivateKeypadKey - keysym
  10.        classification macros
  11.  
  12. SSYYNNTTAAXX
  13.        IsCursorKey(_k_e_y_s_y_m)
  14.  
  15.        IsFunctionKey(_k_e_y_s_y_m)
  16.  
  17.        IsKeypadKey(_k_e_y_s_y_m)
  18.  
  19.        IsMiscFunctionKey(_k_e_y_s_y_m)
  20.  
  21.        IsModifierKey(_k_e_y_s_y_m)
  22.  
  23.        IsPFKey(_k_e_y_s_y_m)
  24.  
  25.        IsPrivateKeypadKey(_k_e_y_s_y_m)
  26.  
  27. AARRGGUUMMEENNTTSS
  28.        _k_e_y_s_y_m     Specifies the KeySym that is to be tested.
  29.  
  30. DDEESSCCRRIIPPTTIIOONN
  31.        The _I_s_C_u_r_s_o_r_K_e_y macro returns _T_r_u_e if the specified KeySym
  32.        is a cursor key.
  33.  
  34.        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
  35.        function key.
  36.  
  37.        The _I_s_K_e_y_p_a_d_K_e_y macro returns _T_r_u_e if the specified KeySym
  38.        is a keypad key.
  39.  
  40.        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
  41.        KeySym is a miscellaneous function key.
  42.  
  43.        The _I_s_M_o_d_i_f_e_r_K_e_y macro returns _T_r_u_e if the specified
  44.        KeySym is a modifier key.
  45.  
  46.        The _I_s_P_F_K_e_y macro returns _T_r_u_e if the specified KeySym is
  47.        a PF key.
  48.  
  49.        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
  50.        KeySym is a vendor-private keypad key.
  51.  
  52. SSEEEE AALLSSOO
  53.        AllPlanes(3X11), BlackPixelOfScreen(3X11), ImageByte-
  54.        Order(3X11)
  55.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.