Optionalconfig: InputConfigAppend an extra input provider (e.g. ScriptedProvider for the harness).
Get axis values from a pair of actions.
Action name for negative X (left)
Action name for positive X (right)
OptionalnegY: stringAction name for negative Y (up) — optional
OptionalposY: stringAction name for positive Y (down) — optional
Clean up all event listeners
All extra providers added via addProvider()
Access the gamepad provider directly for advanced use
Access the keyboard provider directly for advanced use
Get the raw pointer position in screen coordinates
Access the touch provider directly for advanced use
Check if a gamepad is connected
Initialize all providers from a scene's input plugins (called once)
Remove a previously-added extra provider. Returns true if it was found.
Configure swipe detection thresholds
OptionalmaxTime: number
Game-level input manager. Created once at boot and shared across all scenes. Survives scene transitions and restarts.