Click or drag to resize

InputMapperConflictResponse Class

Actions to take when a conflict is found.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      RewiredInputMapperConflictResponse

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class ConflictResponse : Enum

The InputMapperConflictResponse type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAdd The conflicting mappings will be left as-is and the new assignment will be added.
Public fieldStatic memberCancel The assignment will be canceled.
Public fieldStatic memberIgnore The conflict will be ignored and polling will continue.
Public fieldStatic memberReplace The conflicting mappings will be cleared and the new assignment added.
Public fieldStatic memberSwap The conflicting mapping will be swapped with the assignment. Check IsSwapAllowed(Int32) to see if swap is allowed for the current assignment before using this response type.
Public fieldvalue__ 
Top
See Also