Input Settings
Enables or disables input device handling for the application.
note
These settings affect all users on the currently active branch of the project.
Navigate to the INPUT
section and expand the panel:
Here is a breakdown of the available settings:
Settings
Setting | Description |
---|---|
Keyboard | Enable keyboard input. Disable to ignore keyboard input in your application. |
Mouse | Enable mouse input. Disable to ignore mouse input in your application. |
Touch | Enable touch input. Disable to ignore touch input in your application. |
Gamepads | Enable gamepad input. Disable to ignore gamepad input in your application. |
Notes
- Disabling unused input methods can reduce event handling overhead.