CustomPlatformConfigVars Class |
Namespace: Rewired.Platforms.Custom
[SerializableAttribute] public class CustomPlatformConfigVars : PlatformVars
The CustomPlatformConfigVars type exposes the following members.
Name | Description | |
---|---|---|
CustomPlatformConfigVars | Initializes a new instance of the CustomPlatformConfigVars class |
Name | Description | |
---|---|---|
useNativeKeyboard |
Should native keyboard input be used, if available.
If false, fallback keyboard input handling will be used.
| |
useNativeMouse |
Should native mouse input be used, if available.
If false, fallback mouse input handling will be used.
|