GeneralRulesButtonSpecifier Enumeration |
Specifies a button or buttons on a player's input controller.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax [FlagsAttribute]
public enum ButtonSpecifier
Members
| Member name | Value | Description |
---|
| First | 1 |
The first button as defined by the player options
|
| Second | 2 |
The second button as defined by the player options
|
| Third | 4 |
The third button as defined by the player options
|
| Fourth | 8 |
The fourth button as defined by the player options
|
| FreezeInputs | 16 |
Disable input from the player while waiting for a button;
prevent it from affecting the player's sprite.
|
See Also