Enum HardwarePreference
Determines the preferred hardware to show input glyphs considering or disregarding the user's most recently used device.
Namespace: LMirman.RewiredGlyphs
Assembly: .dll
Syntax
public enum HardwarePreference
Fields
Name | Description |
---|---|
Auto | The preferred hardware is the most recently used hardware by the player. |
Gamepad | The preferred hardware is the gamepad. |
KeyboardMouse | The preferred hardware is the keyboard and mouse. |