Device.getAxisValue

Interprets an array of double as axis values for a given device, and locates the value in the array for a given axis label, as returned by gdk_device_list_axes()

class Device
bool
getAxisValue
(
double[] axes
,,
out double value
)

Parameters

axes double[]

pointer to an array of axes

axisLabel GdkAtom

#GdkAtom with the axis label.

value double

location to store the found value.

Return Value

Type: bool

%TRUE if the given axis use was found, otherwise %FALSE.

Meta