Rewired.Config Namespace |
Enumeration | Description | |
---|---|---|
EnhancedDeviceSupportDeviceType |
Devices supported by Enhanced Device Support.
| |
KeyCombinationOverrideMode |
Determines how Actions bound to keys that are also used in key combinations behave.
Example: Ctrl is bound to Action1 and Ctrl + W is bound to Action 2.
When Ctrl is pressed, Action1 activates until W is also pressed.
This enum defines how the underlying Action1 bound to Ctrl will behave when H is pressed
and when H is released. When Ctrl + H is pressed, the key combination overrides Action1
and it returns a value of False.
| |
LogLevelFlags |
Log level flags for logging.
| |
ThrottleCalibrationMode |
Throttle calibration mode.
| |
UpdateLoopSetting |
The update loop(s) in which input will be updated.
| |
UpdateMode |
Rewired update mode.
|