Click or drag to resize

CustomPlatformConfigVars Class

Platform vars for a custom platform
Inheritance Hierarchy
SystemObject
  PlatformVars
    Rewired.Platforms.CustomCustomPlatformConfigVars

Namespace:  Rewired.Platforms.Custom
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class CustomPlatformConfigVars : PlatformVars

The CustomPlatformConfigVars type exposes the following members.

Constructors
  NameDescription
Public methodCustomPlatformConfigVars
Initializes a new instance of the CustomPlatformConfigVars class
Top
Fields
  NameDescription
Public fielduseNativeKeyboard
Should native keyboard input be used, if available. If false, fallback keyboard input handling will be used.
Public fielduseNativeMouse
Should native mouse input be used, if available. If false, fallback mouse input handling will be used.
Top
See Also