Device.getAxis

Interprets an array of double as axis values for a given device, and locates the value in the array for a given axis use.

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

Parameters

axes double[]

pointer to an array of axes

use GdkAxisUse

the use to look for

value double

location to store the found value.

Return Value

Type: bool

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

Meta