Method
GdkEventget_axes
Declaration [src]
gboolean
gdk_event_get_axes (
  GdkEvent* event,
  double** axes,
  guint* n_axes
)
Description [src]
Extracts all axis values from an event.
To find out which axes are used, use gdk_device_tool_get_axes()
on the device tool returned by gdk_event_get_device_tool().