Click or drag to resize
JoystickItem Property
Determines which buttons were pressed during the last call to Read.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public bool this[
	byte buttonNum
] { get; }

Parameters

buttonNum
Type: SystemByte
A number from 0 to 31 specifying a button number

Return Value

Type: Boolean
True if the button is pressed, or False otherwise.
See Also