gdkEventGetAxis            package:RGtk2            R Documentation

_g_d_k_E_v_e_n_t_G_e_t_A_x_i_s

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

     Extract the axis value for a particular axis use from an event
     structure.

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

     gdkEventGetAxis(object, axis.use)

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

'object': ['GdkEvent']  a 'GdkEvent'

'axis.use': ['GdkAxisUse']  the axis use to look for

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

     A list containing the following elements: 

  retval: [logical] 'TRUE' if the specified axis was found, otherwise
          'FALSE'

 'value': [numeric]  location to store the value found

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

     Derived by RGtkGen from GTK+ documentation

