Input fields
- Last UpdatedOct 21, 2025
- 1 minute read
The input fields in the Input module.
|
Name |
Type |
Description |
|---|---|---|
|
enabled |
sbool |
Enables or disables the input module. It is initialized using the corresponding configuration value. |
|
joystick_enabled |
sbool |
Enables or disables inputs from the joystick. It is initialized using the corresponding configuration value. |
|
keyboard_enabled |
sbool |
Enables or disables inputs from the keyboard. It is initialized using the corresponding configuration value. |
|
mouse_enabled |
sbool |
Enables or disables inputs from the mouse. It is initialized using the corresponding configuration value. |
|
oculus_left_controller_enable |
sbool |
Enables or disables inputs from the Oculus left controller. It is initialized using the corresponding configuration value. |
|
oculus_right_controller_enable |
sbool |
Enables or disables inputs from the Oculus right controller. It is initialized using the corresponding configuration value. |
|
openxr_left_controller_enable |
sbool |
Enables or disables inputs from an Openxr left controller. It is initialized using the corresponding configuration value. |
|
openxr_right_controller_enable |
sbool |
Enables or disables inputs from an Openxr right controller. It is initialized using the corresponding configuration value. |
If useRemoteGesture is set to true.
|
Name |
Type |
Description |
|---|---|---|
|
gesture_enabled |
sbool |
Enables or disables multi-touch gesture recognition from json-rpc requests. It is initialized using the corresponding configuration value. |