InputMapperConflictResponse Enumeration |
Actions to take when a conflict is found.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntaxpublic 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