gdkDeviceGetAxis            package:RGtk2            R Documentation

_g_d_k_D_e_v_i_c_e_G_e_t_A_x_i_s

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

     Interprets a list of double as axis values for a given device, and
     locates the value in the list for a given axis use.

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

     gdkDeviceGetAxis(object, axes, use)

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

'object': ['GdkDevice']  a 'GdkDevice'

  'axes': [numeric]  pointer to a list of axes

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

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

     A list containing the following elements: 

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

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

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

     Derived by RGtkGen from GTK+ documentation

