Click or drag to resize

CustomPlatformUnifiedKeyboardSource Class

Inheritance Hierarchy
SystemObject
  Rewired.Platforms.CustomCustomPlatformUnifiedControllerSource
    Rewired.Platforms.CustomCustomPlatformUnifiedKeyboardSource

Namespace: Rewired.Platforms.Custom
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public abstract class CustomPlatformUnifiedKeyboardSource : CustomPlatformUnifiedControllerSource

The CustomPlatformUnifiedKeyboardSource type exposes the following members.

Constructors
 NameDescription
Public methodCustomPlatformUnifiedKeyboardSource Constructor.
Top
Properties
 NameDescription
Public propertyaxisCount Number of axes.
(Inherited from CustomPlatformUnifiedControllerSource)
Public propertybuttonCount Number of buttons / keys.
(Inherited from CustomPlatformUnifiedControllerSource)
Public propertycontrollerExtension Controller extension.
(Inherited from CustomPlatformUnifiedControllerSource)
Public propertykeyPropertyMap Gets or sets the current key property map.
Top
See Also