Click or drag to resize

Rewired.Config Namespace

 
Enumerations
  EnumerationDescription
Public enumerationEnhancedDeviceSupportDeviceType
Devices supported by Enhanced Device Support.
Public enumerationKeyCombinationOverrideMode
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.
Public enumerationLogLevelFlags
Log level flags for logging.
Public enumerationThrottleCalibrationMode
Throttle calibration mode.
Public enumerationUpdateLoopSetting
The update loop(s) in which input will be updated.
Public enumerationUpdateMode
Rewired update mode.