Event.getAxes

Extracts all axis values from an event.

To find out which axes are used, use gdk.device_tool.DeviceTool.getAxes on the device tool returned by gdk.event.Event.getDeviceTool.

class Event
bool
getAxes
(
out double[] axes
)

Parameters

axes double[]

the array of values for all axes

Return Value

Type: bool

true on success, otherwise false