get_axis


Description:

public bool get_axis (double[] axes, AxisUse use, out double value)

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

Parameters:

this

a Device

axes

pointer to an array of axes

use

the use to look for

value

location to store the found value.

Returns:

true if the given axis use was found, otherwise false