gdkWindowGetPointer          package:RGtk2          R Documentation

_g_d_k_W_i_n_d_o_w_G_e_t_P_o_i_n_t_e_r

_D_e_s_c_r_i_p_t_i_o_n:

     Obtains the current pointer position and modifier state. The
     position is given in coordinates relative to the upper left 
     corner of 'window'.

_U_s_a_g_e:

     gdkWindowGetPointer(object)

_A_r_g_u_m_e_n_t_s:

'object': ['GdkWindow']  a 'GdkWindow'

_V_a_l_u_e:

     A list containing the following elements: 

  retval: ['GdkWindow']  the window containing the pointer (as with
          'gdkWindowAtPointer'), or 'NULL' if the window containing the
          pointer isn't known to GDK

     'x': [integer]  return location for X coordinate of pointer or
          'NULL' to not return the X coordinate

     'y': [integer]  return location for Y coordinate of pointer or
          'NULL' to not return the Y coordinate

  'mask': ['GdkModifierType']  return location for modifier mask or
          'NULL' to not return the modifier mask

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

