Const
Input system manager. Check for button events
inputSystem.isTriggered: Returns true if an input action ocurred since the last tick.inputSystem.isPressed: Returns true if an input is currently being pressed down. It will return true on every tick until the button goes up again.inputSystem.getInputCommand: Returns an object with data about the input action.
Input system manager. Check for button events
Example