get_axes
Description:
Returns the current values for the requested axes
.
This function must be called from the handler of one of the [signal@Gtk.GestureStylus:GtkGestureStylus:down
], [
signal@Gtk.GestureStylus:GtkGestureStylus:motion
], [signal@Gtk.GestureStylus:GtkGestureStylus:up
] or [
signal@Gtk.GestureStylus:GtkGestureStylus:proximity
] signals.
Parameters:
this |
a `GtkGestureStylus` |
axes |
array of requested axes, terminated with gdk_axis_ignore |
values |
return location for the axis values |
Returns:
true if there is a current value for the axes |