Skip to main content

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:

Input Settings

Here is a breakdown of the available settings:

Settings

SettingDescription
KeyboardEnable keyboard input. Disable to ignore keyboard input in your application.
MouseEnable mouse input. Disable to ignore mouse input in your application.
TouchEnable touch input. Disable to ignore touch input in your application.
GamepadsEnable gamepad input. Disable to ignore gamepad input in your application.

Notes

  • Disabling unused input methods can reduce event handling overhead.