Click or drag to resize

HardwareJoystickMapCustomPlatformMapSimple Class

A simple HardwareJoystickMap platform map implementation that matches on the device name string. Use this if you do not need to match on other user-defined properties.
Inheritance Hierarchy
SystemObject
  Platform
    Platform_Custom
      Rewired.Platforms.CustomHardwareJoystickMapCustomPlatformMap
        Rewired.Platforms.CustomHardwareJoystickMapCustomPlatformMapHardwareJoystickMapCustomPlatformMapSimpleBaseMatchingCriteria
          Rewired.Platforms.CustomHardwareJoystickMapCustomPlatformMapSimpleBase
            Rewired.Platforms.CustomHardwareJoystickMapCustomPlatformMapSimple

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

The HardwareJoystickMapCustomPlatformMapSimple type exposes the following members.

Constructors
  NameDescription
Public methodHardwareJoystickMapCustomPlatformMapSimple
Initializes a new instance of the HardwareJoystickMapCustomPlatformMapSimple class
Top
Properties
  NameDescription
Public propertyassignedAxisCount
Gets the number of assigned axes.
(Inherited from HardwareJoystickMapCustomPlatformMap.)
Public propertyassignedButtonCount
Gets the number of assigned buttons.
(Inherited from HardwareJoystickMapCustomPlatformMap.)
Top
Methods
Fields
  NameDescription
Public fieldelements
The elements object.
(Inherited from HardwareJoystickMapCustomPlatformMap.)
Public fieldmatchingCriteria
The user-defined matching criteria object. Determines whether this platform map matches to a particular controller.
(Inherited from HardwareJoystickMapCustomPlatformMapTMatchingCriteria.)
Public fieldvariants
Platform map variants. Each variant defines an independent set of matching criteria and a list of axes and buttons. This allows matching multiple different controllers or variants of controller hardware to the same Rewired Joystick type. Example: You may want to match other controller types to the Xbox One controller definition.
Top
See Also