GestureStylus.getAxes

Returns the current values for the requested @axes.

This function must be called from the handler of one of the [signal@Gtk.GestureStylus::down], [signal@Gtk.GestureStylus::motion], [signal@Gtk.GestureStylus::up] or [signal@Gtk.GestureStylus::proximity] signals.

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

Parameters

axes GdkAxisUse[]

array of requested axes, terminated with %GDK_AXIS_IGNORE

values double[]

return location for the axis values

Return Value

Type: bool

%TRUE if there is a current value for the axes

Meta