Constructor
Variables
justPressed:Array<Bool>
Array containing whenever a specific control was pressed (not hold) this frame or not.
For example, justPressed[0]
will return whenever the left strum was just pressed.
justReleased:Array<Bool>
Array containing whenever a specific control was released this frame or not.
For example, justReleased[0]
will return whenever the left strum was just released.
pressed:Array<Bool>
Array containing whenever a specific control is pressed or not.
For example, pressed[0]
will return whenever the left strum was pressed.