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 public bool this[
byte buttonNum
] { get; }
Parameters
- buttonNum
- Type: SystemByte
A number from 0 to 31 specifying a button number
Return Value
Type:
BooleanTrue if the button is pressed, or False otherwise.
See Also