InputMapperConflictResponse Enumeration |
Actions to take when a conflict is found.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum ConflictResponse
Members
| Member name | Value | Description |
---|
| Cancel | 0 |
The assignment will be canceled.
|
| Replace | 1 |
The conflicting mappings will be cleared and the new assignment added.
|
| Add | 2 |
The conflicting mappings will be left as-is and the new assignment will be added.
|
| Ignore | 3 |
The conflict will be ignored and polling will continue.
|
| Swap | 4 |
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.
|
See Also