ActionState

One action's live press/held/release/duration state - internal bookkeeping, not part of the public API (isActionPressed()/isActionHeld()/isActionReleased()/getActionHeldTimeMs() are how a game reads this).

Properties

  • press (boolean)
  • held (boolean)
  • release (boolean)
  • heldTimeMs (integer)