IArcadeStickReading.ButtonStates Property

Gets a bitmap that indicates which buttons on the arcade stick device are currently on.

Syntax

public:
property uint64 ButtonStates {
         uint64 get ();
}  

Property value

Type: uint64 

  Bitmap that indicates whether each of the buttons on the arcade stick device are currently on. For each index from zero to (IArcadeStick.ButtonCount − 1), a bit value of one in the bitmask indicates that the button at that index is currently on; the value zero indicates that the button is currently off.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.arcadestick.winmd

See also

Reference

IArcadeStickReading Interface

IArcadeStickReading Members

Microsoft.Xbox.Input Namespace