IFlightStick.GetProperties Method

Gets the flight stick properties.

Syntax

public:
IFlightStickProperties^ GetProperties(
         uint32 timeoutMilliseconds
)  

Parameters

timeoutMilliseconds
Type: uint32 

 Length of time to wait for the properties before timing out.

Return value

Type: IFlightStickProperties 

The flight stick properties.

Remarks

Unless GetProperties is called, and the result is S_OK, all ExtraButtons and ExtraAxis values will be zero:

Calling GetProperties interrogates the device for these extra properties.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

IFlightStick Interface

IFlightStick Members

Microsoft.Xbox.Input Namespace