Click or drag to resize

ControllerSetSelectorType Enumeration

The Controller selector type.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum Type
Members
  Member nameValueDescription
All0 Selects all Controllers.
ControllerType1 Selects all Controllers that match a specific ControllerType.
HardwareType2 Selects all Controllers that match a specific hardware type guid and/or hardware identifier.
ControllerTemplateType3 Selects all Controllers that match a specific Controller Template type.
PersistentControllerInstance4 Selects a single, specific Controller instance that persists across sessions. This uses deviceInstanceGuid to identify the Controller. This relies on the ability to get a persistent device id for the device which may not be available or reliable on all platforms and input sources.
SessionControllerInstance5 Selects a single, specific Controller instance that is valid only for the current session. This uses id to identify the Controller. id is not consistent across application sessions and should not be saved or loaded.
See Also