FlightStickReading.GetExtraAxisValue Method

Gets the value of an extra axis of a flight stick.

Syntax

public:
float32 GetExtraAxisValue(
         unsigned char extraAxisIndex
)  

Parameters

extraAxisIndex
Type: unsigned char 

 Index of the extra axis to query.

Return value

Type: float32 

 Axis value.

Remarks

This method will return E_BOUNDS if called before calling the FlightStick.GetProperties Method. See the FlightStick.GetProperties Method reference topic for details.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

FlightStickReading Class

FlightStickReading Members

Microsoft.Xbox.Input Namespace