gdkDisplayWarpPointer         package:RGtk2         R Documentation

_g_d_k_D_i_s_p_l_a_y_W_a_r_p_P_o_i_n_t_e_r

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

     Warps the pointer of 'display' to the point 'x','y' on  the screen
     'screen', unless the pointer is confined to a window by a grab, in
     which case it will be moved as far as allowed by the grab. Warping
     the pointer  creates events as if the user had moved the mouse 
     instantaneously to the destination.

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

     gdkDisplayWarpPointer(object, screen, x, y)

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

'object': ['GdkDisplay']  a 'GdkDisplay'

'screen': ['GdkScreen']  the screen of 'display' to warp the pointer to

     'x': [integer]  the x coordinate of the destination

     'y': [integer]  the y coordinate of the destination

_D_e_t_a_i_l_s:

     Note that the pointer should normally be under the control of the
     user. This function was added to cover some rare use cases like
     keyboard navigation support for the color picker in the
     'GtkColorSelectionDialog'.  

     Since  2.8

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

     Derived by RGtkGen from GTK+ documentation

