IFlightStickReading.IsExtraButtonPressed Method

Gets a Boolean value indicating whether an extra button is pressed on a flight stick.

Syntax

public:
bool IsExtraButtonPressed(
         unsigned char extraButtonIndex
)  

Parameters

extraButtonIndex
Type: unsigned char 

 Index of the extra button to query.

Return value

Type: bool 

 Returns true if the button is currently pressed; otherwise, false.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

IFlightStickReading Interface

IFlightStickReading Members

Microsoft.Xbox.Input Namespace