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

Parameters

axes double[]

pointer to an array of axes. array

use GdkAxisUse

the use to look for

value double

location to store the found value. out

Return Value

Type: int

TRUE if the given axis use was found, otherwise FALSE

Meta