GestureStylus.getAxes

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.

class GestureStylus
bool
getAxes
(,
out double[] values
)

Parameters

axes gdk.types.AxisUse[]

array of requested axes, terminated with gdk.types.AxisUse.Ignore

values double[]

return location for the axis values

Return Value

Type: bool

true if there is a current value for the axes