gdkEventGetAxis {RGtk2} | R Documentation |
Extract the axis value for a particular axis use from an event structure.
gdkEventGetAxis(object, axis.use)
|
[GdkEvent ] a GdkEvent |
|
[GdkAxisUse ] the axis use to look for |
A list containing the following elements:
retval |
[logical] TRUE if the specified axis was found, otherwise FALSE |
|
[numeric] location to store the value found |
Derived by RGtkGen from GTK+ documentation