Click or drag to resize
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
C#
[FlagsAttribute]
public enum ButtonSpecifier
Members
  Member nameValueDescription
First1 The first button as defined by the player options
Second2 The second button as defined by the player options
Third4 The third button as defined by the player options
Fourth8 The fourth button as defined by the player options
FreezeInputs16 Disable input from the player while waiting for a button; prevent it from affecting the player's sprite.
See Also