Extract the axis value for a particular axis use from an event structure.
To find out which axes are used, use gdk.device_tool.DeviceTool.getAxes on the device tool returned by gdk.event.Event.getDeviceTool.
the axis use to look for
location to store the value found
true if the specified axis was found, otherwise false
Extract the axis value for a particular axis use from an event structure.
To find out which axes are used, use gdk.device_tool.DeviceTool.getAxes on the device tool returned by gdk.event.Event.getDeviceTool.