gdkDeviceGetAxis {RGtk2} | R Documentation |
Interprets a list of double as axis values for a given device, and locates the value in the list for a given axis use.
gdkDeviceGetAxis(object, axes, use)
|
[GdkDevice ] a GdkDevice |
|
[numeric] pointer to a list of axes |
|
[GdkAxisUse ] the use to look for |
A list containing the following elements:
retval |
[logical] TRUE if the given axis use was found, otherwise FALSE |
|
[numeric] location to store the found value. |
Derived by RGtkGen from GTK+ documentation