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 Device.listAxes

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

Parameters

axes double[]

pointer to an array of axes

axisLabel GdkAtom

gdk.Atom 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