Method
Gtk.GestureStylus.get_axes
Declaration [src]
gboolean
gtk_gesture_stylus_get_axes (
  GtkGestureStylus* gesture,
  GdkAxisUse* axes,
  double** values
)
Description [src]
Returns the current values for the requested axes.
This function must be called from the handler of one of the
GtkGestureStylus::down, GtkGestureStylus::motion,
GtkGestureStylus::up or GtkGestureStylus::proximity signals.