GestureStylus.getAxes
bool getAxes(gdk.types.AxisUse[] axes, out double[] values)Returns the current values for the requested axes.
This function must be called from the handler of one of the [gtk.gesture_stylus.GestureStylus.down], [gtk.gesture_stylus.GestureStylus.motion], [gtk.gesture_stylus.GestureStylus.up] or [gtk.gesture_stylus.GestureStylus.proximity] signals.
Parameters
axes | array of requested axes, terminated with [gdk.types.AxisUse.Ignore] |
values | return location for the axis values |
Returns
true if there is a current value for the axes