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
int
getAxisValue
(
double[] axes
,,
out double value
)

Parameters

axes double[]

pointer to an array of axes. array

axisLabel GdkAtom

GdkAtom with the axis label.

value double

location to store the found value.

Return Value

Type: int

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

Meta