ControllerMapReplaceElementMap Method |
Name | Description | |
---|---|---|
ReplaceElementMap(ElementAssignment) |
Replaces an existing ActionElementMap with a new assignment.
ElementAssignment.elementMapId must be set to the ActionElementMap.id of the assignment to replace if replacing.
If no matching ActionElementMap is found, it will return false.
| |
ReplaceElementMap(ElementAssignment, ActionElementMap) |
Replaces an existing ActionElementMap with a new assignment.
ElementAssignment.elementMapId must be set to the ActionElementMap.id of the assignment to replace if replacing.
If no matching ActionElementMap is found, it will return false.
| |
ReplaceElementMap(Int32, Int32, Pole, KeyCode, ModifierKeyFlags) |
Replaces an ActionElementMap in this controller map with a new keyboard key assignment.
If the ActionElementMap is not found in this controller map, a new ActionElementMap will not be created.
| |
ReplaceElementMap(Int32, Int32, Pole, KeyCode, ModifierKeyFlags, ActionElementMap) |
Replaces an ActionElementMap in this controller map with a new keyboard key assignment.
If the ActionElementMap is not found in this controller map, a new ActionElementMap will not be created.
| |
ReplaceElementMap(Int32, Int32, Pole, Int32, ControllerElementType, AxisRange, Boolean) |
Replaces an ActionElementMap in this controller map with a new button or axis assignment.
If the ActionElementMap is not found in this controller map, a new ActionElementMap will not be created.
| |
ReplaceElementMap(Int32, Int32, Pole, KeyCode, ModifierKey, ModifierKey, ModifierKey) |
Replaces an ActionElementMap in this controller map with a new keyboard key assignment.
If the ActionElementMap is not found in this controller map, a new ActionElementMap will not be created.
| |
ReplaceElementMap(Int32, Int32, Pole, Int32, ControllerElementType, AxisRange, Boolean, ActionElementMap) |
Replaces an ActionElementMap in this controller map with a new button or axis assignment.
If the ActionElementMap is not found in this controller map, a new ActionElementMap will not be created.
| |
ReplaceElementMap(Int32, Int32, Pole, KeyCode, ModifierKey, ModifierKey, ModifierKey, ActionElementMap) |
Replaces an ActionElementMap in this controller map with a new keyboard key assignment.
If the ActionElementMap is not found in this controller map, a new ActionElementMap will not be created.
|