input
Input state container that tracks the current state of all input devices (keyboard, mouse, touch, etc.).
The state is automatically updated by the event system when input events are processed during the game loop frame update phase.
Use this to query the current state of input devices, similar to Unity's Input, Unreal's input system, or Godot's Input singleton.