Click or drag to resize

MouseMap Class

Maps actions to controller elements for a mouse.
Inheritance Hierarchy
SystemObject
  RewiredControllerMap
    RewiredControllerMapWithAxes
      RewiredMouseMap

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

The MouseMap type exposes the following members.

Constructors
  NameDescription
Public methodMouseMap
Initializes a new instance of the MouseMap class
Public methodMouseMap(MouseMap)
Initializes a new instance of the MouseMap class
Top
Properties
  NameDescription
Public propertyAllMaps
Gets all ActionElementMaps in this controller map.
(Inherited from ControllerMap.)
Public propertyaxisMapCount
The count of all Axis ActionElementMaps contained in this controller map.
(Inherited from ControllerMapWithAxes.)
Public propertyAxisMaps
Gets all Axis ActionElementMaps in this controller map.
(Inherited from ControllerMapWithAxes.)
Public propertybuttonMapCount
The count of all Button ActionElementMaps contained in this controller map.
(Inherited from ControllerMap.)
Public propertyButtonMaps
Gets all Button ActionElementMaps in this controller map.
(Inherited from ControllerMap.)
Public propertycategoryId
The id of the Map Category of this controller map.
(Inherited from ControllerMap.)
Public propertycontroller
The controller this controller map applies to.
(Inherited from ControllerMap.)
Public propertycontrollerId
The id of the controller this controller map applies to.
(Inherited from ControllerMap.)
Public propertycontrollerType
The type of controller this controller map applies to.
(Inherited from ControllerMap.)
Public propertyelementMapCount
The count of all ActionElementMaps contained in this controller map.
(Inherited from ControllerMap.)
Public propertyElementMaps
Gets all ActionElementMaps in this controller map. Alias for AllMaps.
(Inherited from ControllerMap.)
Public propertyenabled
Is the controller map enabled? Disabled maps will never return input values for the ActionElementMaps contained within.
(Inherited from ControllerMap.)
Public propertyhardwareGuid
The GUID of the controller definition this map is for. This GUID corresponds to the Rewired HardwareJoystickMap controller definition and can be used to identify recognized controller types. This will always be Guid.Empty for Unknown Controllers.
(Inherited from ControllerMap.)
Public propertyid
The unique id of this controller map. This value is not consistent between game sessions, so do not store it.
(Inherited from ControllerMap.)
Public propertylayoutId
The id of the Layout of this controller map.
(Inherited from ControllerMap.)
Public propertyname
The name of this controller map. (This is currently unused and will always be blank.)
(Inherited from ControllerMap.)
Public propertyplayer
The parent Player that owns this controller map.
(Inherited from ControllerMap.)
Public propertyplayerId
The id of the Player that owns this controller map.
(Inherited from ControllerMap.)
Public propertysourceMapId
The id of the original source ControllerMap from the Rewired Input Manager. This is only valid for maps loaded from the Rewired Input Manager on start, not maps loaded via XML or created at runtime.
(Inherited from ControllerMap.)
Top
Methods
  NameDescription
Public methodAxisMapsWithAction(Int32)
Enumarates all Axis ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodAxisMapsWithAction(String)
Enumarates all Axis ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodAxisMapsWithAction(Int32, Boolean)
Enumarates all Axis ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodAxisMapsWithAction(String, Boolean)
Enumarates all Axis ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodButtonMapsWithAction(Int32)
Enumarates all Button ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodButtonMapsWithAction(String)
Enumarates all Axis ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodButtonMapsWithAction(Int32, Boolean)
Enumarates all Button ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodButtonMapsWithAction(String, Boolean)
Enumarates all Axis ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodClearElementMaps
Deletes all ActionElementMaps in this controller map.
(Inherited from ControllerMapWithAxes.)
Public methodContainsAction(String)
Does this controller map contain any ActionElementMaps that are bound to a particular Action?
(Inherited from ControllerMap.)
Public methodContainsAction(Int32)
Does this controller map contain any ActionElementMaps that are bound to a particular Action?
(Inherited from ControllerMapWithAxes.)
Public methodContainsElementIdentifier
Does this controller map contain any ActionElementMaps that are bound to a particular Element Identifier Id?
(Inherited from ControllerMap.)
Public methodContainsElementMap(Int32)
Does this controller map contain the ActionElementMap with the specific id?
(Inherited from ControllerMap.)
Public methodContainsElementMap(ActionElementMap)
Does this controller map contain the ActionElementMap?
(Inherited from ControllerMap.)
Public methodContainsKeyboardKey
Does this controller map contain any ActionElementMaps that are bound to a particular keyboard key?
(Inherited from ControllerMap.)
Public methodCreateElementMap(ElementAssignment)
Creates an ActionElementMap in this controller map based on the data in elementAssignment.
(Inherited from ControllerMap.)
Public methodCreateElementMap(ElementAssignment, ActionElementMap)
Creates an ActionElementMap in this controller map based on the data in elementAssignment.
(Inherited from ControllerMap.)
Public methodCreateElementMap(Int32, Pole, KeyCode, ModifierKeyFlags)
Creates an ActionElementMap in this controller map for a keyboard key assignment.
(Inherited from ControllerMap.)
Public methodCreateElementMap(Int32, Pole, KeyCode, ModifierKeyFlags, ActionElementMap)
Creates an ActionElementMap in this controller map for a keyboard key assignment.
(Inherited from ControllerMap.)
Public methodCreateElementMap(Int32, Pole, Int32, ControllerElementType, AxisRange, Boolean)
Creates an ActionElementMap in this controller map for a controller button or axis assignment.
(Inherited from ControllerMap.)
Public methodCreateElementMap(Int32, Pole, KeyCode, ModifierKey, ModifierKey, ModifierKey)
Creates an ActionElementMap in this controller map for a keyboard key assignment.
(Inherited from ControllerMap.)
Public methodCreateElementMap(Int32, Pole, KeyCode, ModifierKey, ModifierKey, ModifierKey, ActionElementMap)
Creates an ActionElementMap in this controller map for a keyboard key assignment.
(Inherited from ControllerMap.)
Public methodCreateElementMap(Int32, Pole, Int32, ControllerElementType, AxisRange, Boolean, ActionElementMap)
Creates an ActionElementMap in this controller map for a controller button or axis assignment.
(Inherited from ControllerMapWithAxes.)
Public methodDeleteAxisMapsWithAction(Int32)
Deletes all Axis ActionElementMap from the controller map that contain a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodDeleteAxisMapsWithAction(String)
Deletes all Axis ActionElementMap from the controller map that contain a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodDeleteButtonMapsWithAction(Int32)
Deletes all Button ActionElementMap from the controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodDeleteButtonMapsWithAction(String)
Deletes all Button ActionElementMap from the controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodDeleteElementMap
Deletes the ActionElementMap from the controller map.
(Inherited from ControllerMapWithAxes.)
Public methodDeleteElementMapsWithAction(Int32)
Deletes all ActionElementMap from the controller map that contain a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodDeleteElementMapsWithAction(String)
Deletes all ActionElementMap from the controller map that contain a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodDisableElementAssignmentConflicts(ActionElementMap)
Disables any ActionElementMaps in this controller map that conflict with the incoming ActionElementMap.
(Inherited from ControllerMap.)
Public methodDisableElementAssignmentConflicts(ControllerMap)
Disables any ActionElementMaps in this controller map that conflict with the incoming controller map.
(Inherited from ControllerMap.)
Public methodDisableElementAssignmentConflicts(ElementAssignmentConflictCheck)
Disables any ActionElementMaps in this controller map that conflict with the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMap.)
Public methodDisableElementAssignmentConflicts(ActionElementMap, Boolean)
Disables any ActionElementMaps in this controller map that conflict with the incoming ActionElementMap.
(Inherited from ControllerMap.)
Public methodDisableElementAssignmentConflicts(ControllerMap, Boolean)
Disables any ActionElementMaps in this controller map that conflict with the incoming controller map.
(Inherited from ControllerMap.)
Public methodDisableElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean)
Disables any ActionElementMaps in this controller map that conflict with the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMap.)
Public methodDoesElementAssignmentConflict(ActionElementMap)
Determines if any element assignments conflict between the this controller map and the incoming ActionElementMap.
(Inherited from ControllerMap.)
Public methodDoesElementAssignmentConflict(ControllerMap)
Determines if any element assignments conflict between this controller map and the incoming controller map.
(Inherited from ControllerMap.)
Public methodDoesElementAssignmentConflict(ElementAssignmentConflictCheck)
Determines if any element assignments conflict between this controller map and the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMap.)
Public methodDoesElementAssignmentConflict(ActionElementMap, Boolean)
Determines if any element assignments conflict between the this controller map and the incoming ActionElementMap.
(Inherited from ControllerMapWithAxes.)
Public methodDoesElementAssignmentConflict(ControllerMap, Boolean)
Determines if any element assignments conflict between this controller map and the incoming controller map.
(Inherited from ControllerMapWithAxes.)
Public methodDoesElementAssignmentConflict(ElementAssignmentConflictCheck, Boolean)
Determines if any element assignments conflict between this controller map and the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMapWithAxes.)
Public methodElementAssignmentConflicts(ActionElementMap)
Enumerates all assignment conflicts between the this controller map and the incoming ActionElementMap.
(Inherited from ControllerMap.)
Public methodElementAssignmentConflicts(ControllerMap)
Enumerates all assignment conflicts between this controller map and the incoming controller map.
(Inherited from ControllerMap.)
Public methodElementAssignmentConflicts(ElementAssignmentConflictCheck)
Enumerates all assignment conflicts between this controller map and the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMap.)
Public methodElementAssignmentConflicts(ActionElementMap, Boolean)
Enumerates all assignment conflicts between the this controller map and the incoming ActionElementMap.
(Inherited from ControllerMapWithAxes.)
Public methodElementAssignmentConflicts(ControllerMap, Boolean)
Enumerates all assignment conflicts between this controller map and the incoming controller map.
(Inherited from ControllerMapWithAxes.)
Public methodElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean)
Enumerates all assignment conflicts between this controller map and the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMapWithAxes.)
Public methodElementMapsWithAction(Int32)
Enumarates all ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodElementMapsWithAction(String)
Enumarates all ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodElementMapsWithAction(Int32, Boolean)
Enumarates all ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodElementMapsWithAction(String, Boolean)
Enumarates all ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodElementMapsWithElementTarget(ControllerElementTarget, Boolean)
Enumarates all ActionElementMaps that map to a specific controller element target.
(Inherited from ControllerMap.)
Public methodElementMapsWithElementTarget(IControllerElementTarget, Boolean)
Enumarates all ActionElementMaps that map to a specific controller element target.
(Inherited from ControllerMap.)
Public methodElementMapsWithElementTarget(ControllerElementTarget, Int32, Boolean)
Enumarates all ActionElementMaps that map to a specific controller element target and a specific Action.
(Inherited from ControllerMap.)
Public methodElementMapsWithElementTarget(ControllerElementTarget, String, Boolean)
Enumarates all ActionElementMaps that map to a specific controller element target and a specific Action.
(Inherited from ControllerMap.)
Public methodElementMapsWithElementTarget(IControllerElementTarget, Int32, Boolean)
Enumarates all ActionElementMaps that map to a specific controller element target and a specific Action.
(Inherited from ControllerMap.)
Public methodElementMapsWithElementTarget(IControllerElementTarget, String, Boolean)
Enumarates all ActionElementMaps that map to a specific controller element target and a specific Action.
(Inherited from ControllerMap.)
Public methodForEachAxisMapMatch
Invokes the action on each Axis Map that matches the conditions defined by specified predicate.
(Inherited from ControllerMapWithAxes.)
Public methodForEachButtonMapMatch
Invokes the action on each Button Map that matches the conditions defined by specified predicate.
(Inherited from ControllerMap.)
Public methodForEachElementAssignmentConflict(ActionElementMap, ActionActionElementMap)
Invokes the specified action on all ActionElementMaps in this controller map that conflict with the incoming ActionElementMap.
(Inherited from ControllerMap.)
Public methodForEachElementAssignmentConflict(ControllerMap, ActionActionElementMap)
Invokes the specified action on all ActionElementMaps in this controller map that conflict with the incoming controller map.
(Inherited from ControllerMap.)
Public methodForEachElementAssignmentConflict(ElementAssignmentConflictCheck, ActionActionElementMap)
Invokes the specified action on all ActionElementMaps in this controller map that conflict with the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMap.)
Public methodForEachElementAssignmentConflict(ActionElementMap, ActionActionElementMap, Boolean)
Invokes the specified action on all ActionElementMaps in this controller map that conflict with the incoming ActionElementMap.
(Inherited from ControllerMap.)
Public methodForEachElementAssignmentConflict(ControllerMap, ActionActionElementMap, Boolean)
Invokes the specified action on all ActionElementMaps in this controller map that conflict with the incoming controller map.
(Inherited from ControllerMap.)
Public methodForEachElementAssignmentConflict(ElementAssignmentConflictCheck, ActionActionElementMap, Boolean)
Invokes the specified action on all ActionElementMaps in this controller map that conflict with the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMap.)
Public methodForEachElementMapMatch
Invokes the action on each Action Element Map of any type that matches the conditions defined by specified predicate.
(Inherited from ControllerMap.)
Public methodGetAxisMap
Gets the Axis ActionElementMap at a specific index..
(Inherited from ControllerMapWithAxes.)
Public methodGetAxisMapMatches
Finds all Axis Maps that match the conditions defined by the specified predicate.
(Inherited from ControllerMapWithAxes.)
Public methodGetAxisMaps
Gets all Axis ActionElementMaps in this controller map. Warning: Calling this allocates memory. Use AxisMaps instead.
(Inherited from ControllerMapWithAxes.)
Public methodGetAxisMaps(Boolean) (Inherited from ControllerMapWithAxes.)
Public methodGetAxisMaps(Boolean, ListActionElementMap)
Gets all Axis ActionElementMaps in this controller map.
(Inherited from ControllerMapWithAxes.)
Public methodGetAxisMapsWithAction(Int32) (Inherited from ControllerMapWithAxes.)
Public methodGetAxisMapsWithAction(String) (Inherited from ControllerMapWithAxes.)
Public methodGetAxisMapsWithAction(Int32, Boolean) (Inherited from ControllerMapWithAxes.)
Public methodGetAxisMapsWithAction(Int32, ListActionElementMap)
Gets all Axis ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodGetAxisMapsWithAction(String, Boolean) (Inherited from ControllerMapWithAxes.)
Public methodGetAxisMapsWithAction(String, ListActionElementMap)
Gets all Axis ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodGetAxisMapsWithAction(Int32, Boolean, ListActionElementMap)
Gets all Axis ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodGetAxisMapsWithAction(String, Boolean, ListActionElementMap)
Gets all Axis ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodGetAxisNames
Gets the element identifier names in all axis maps. Warning: Calling this allocates memory.
(Inherited from ControllerMapWithAxes.)
Public methodGetButtonMap
Gets the Button ActionElementMap at a specific index..
(Inherited from ControllerMap.)
Public methodGetButtonMapMatches
Finds all Button Maps that match the conditions defined by the specified predicate.
(Inherited from ControllerMap.)
Public methodGetButtonMaps
Gets all Button ActionElementMaps in this controller map. Warning: Calling this allocates memory. Use ButtonMaps instead.
(Inherited from ControllerMap.)
Public methodGetButtonMaps(Boolean) (Inherited from ControllerMap.)
Public methodGetButtonMaps(Boolean, ListActionElementMap)
Gets all Button ActionElementMaps in this controller map.
(Inherited from ControllerMap.)
Public methodGetButtonMapsWithAction(Int32)
Gets all Button ActionElementMaps in this controller map that contain a specific Action. Warning: Calling this allocates memory. Use GetButtonMapsWithAction(Int32, ListActionElementMap) instead.
(Inherited from ControllerMap.)
Public methodGetButtonMapsWithAction(String) (Inherited from ControllerMap.)
Public methodGetButtonMapsWithAction(Int32, Boolean) (Inherited from ControllerMap.)
Public methodGetButtonMapsWithAction(Int32, ListActionElementMap)
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodGetButtonMapsWithAction(String, Boolean) (Inherited from ControllerMap.)
Public methodGetButtonMapsWithAction(String, ListActionElementMap)
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodGetButtonMapsWithAction(Int32, Boolean, ListActionElementMap)
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodGetButtonMapsWithAction(String, Boolean, ListActionElementMap)
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodGetButtonNames
Gets the element identifier names in all button maps. Warning: Calling this allocates memory.
(Inherited from ControllerMap.)
Public methodGetElementMap
Gets the ActionElementMap that matches the id.
(Inherited from ControllerMapWithAxes.)
Public methodGetElementMapMatches
Finds all Action Element Maps of any kind that match the conditions defined by the specified predicate.
(Inherited from ControllerMap.)
Public methodGetElementMaps
Gets all ActionElementMaps in this controller map. Warning: Calling this allocates memory. Use AllMaps instead.
(Inherited from ControllerMap.)
Public methodGetElementMaps(Boolean) (Inherited from ControllerMap.)
Public methodGetElementMaps(ListActionElementMap)
Gets all ActionElementMaps in this controller map.
(Inherited from ControllerMap.)
Public methodGetElementMaps(Boolean, ListActionElementMap)
Gets all ActionElementMaps in this controller map.
(Inherited from ControllerMap.)
Public methodGetElementMapsWithAction(Int32) (Inherited from ControllerMap.)
Public methodGetElementMapsWithAction(String) (Inherited from ControllerMap.)
Public methodGetElementMapsWithAction(Int32, Boolean) (Inherited from ControllerMap.)
Public methodGetElementMapsWithAction(Int32, ListActionElementMap)
Gets all ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodGetElementMapsWithAction(String, Boolean) (Inherited from ControllerMap.)
Public methodGetElementMapsWithAction(String, ListActionElementMap)
Gets all ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodGetElementMapsWithAction(Int32, Boolean, ListActionElementMap)
Gets all ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodGetElementMapsWithAction(String, Boolean, ListActionElementMap)
Gets all ActionElementMaps in this controller map that contain a specific Action.
(Inherited from ControllerMap.)
Public methodGetElementMapsWithElementTarget(ControllerElementTarget, Boolean, ListActionElementMap)
Gets all ActionElementMaps that map to a specific controller element target.
(Inherited from ControllerMap.)
Public methodGetElementMapsWithElementTarget(IControllerElementTarget, Boolean, ListActionElementMap)
Gets all ActionElementMaps that map to a specific controller element target.
(Inherited from ControllerMap.)
Public methodGetElementMapsWithElementTarget(ControllerElementTarget, Int32, Boolean, ListActionElementMap)
Gets all ActionElementMaps that map to a specific controller element target and a specific Action.
(Inherited from ControllerMap.)
Public methodGetElementMapsWithElementTarget(ControllerElementTarget, String, Boolean, ListActionElementMap)
Gets all ActionElementMaps that map to a specific controller element target and a specific Action.
(Inherited from ControllerMap.)
Public methodGetElementMapsWithElementTarget(IControllerElementTarget, Int32, Boolean, ListActionElementMap)
Gets all ActionElementMaps that map to a specific controller element target and a specific Action.
(Inherited from ControllerMap.)
Public methodGetElementMapsWithElementTarget(IControllerElementTarget, String, Boolean, ListActionElementMap)
Gets all ActionElementMaps that map to a specific controller element target and a specific Action.
(Inherited from ControllerMap.)
Public methodGetFirstAxisMapMatch
Finds the first Axis Map that matches the conditions defined by the specified predicate.
(Inherited from ControllerMapWithAxes.)
Public methodGetFirstAxisMapWithAction(Int32)
Gets the first Axis ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodGetFirstAxisMapWithAction(String)
Gets the first Axis ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodGetFirstAxisMapWithAction(Int32, Boolean)
Gets the first Axis ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodGetFirstAxisMapWithAction(String, Boolean)
Gets the first Axis ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodGetFirstButtonMapMatch
Finds the first Button Map that matches the conditions defined by the specified predicate.
(Inherited from ControllerMap.)
Public methodGetFirstButtonMapWithAction(Int32)
Gets the first Button ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMap.)
Public methodGetFirstButtonMapWithAction(String)
Gets the first Button ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMap.)
Public methodGetFirstButtonMapWithAction(Int32, Boolean)
Gets the first Button ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMap.)
Public methodGetFirstButtonMapWithAction(String, Boolean)
Gets the first Button ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMap.)
Public methodGetFirstElementMapMatch
Finds the first Action Element Map of any kind that matches the conditions defined by the specified predicate.
(Inherited from ControllerMap.)
Public methodGetFirstElementMapWithAction(String)
Gets the first ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMap.)
Public methodGetFirstElementMapWithAction(Int32)
Gets the first ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodGetFirstElementMapWithAction(String, Boolean)
Gets the first ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMap.)
Public methodGetFirstElementMapWithAction(Int32, Boolean)
Gets the first ActionElementMap found in this controller that contains a specific Action.
(Inherited from ControllerMapWithAxes.)
Public methodGetFirstElementMapWithElementTarget(ControllerElementTarget, Boolean)
Gets the first ActionElementMap found that maps to a specific controller element target.
(Inherited from ControllerMap.)
Public methodGetFirstElementMapWithElementTarget(IControllerElementTarget, Boolean)
Gets the first ActionElementMap found that maps to a specific controller element target.
(Inherited from ControllerMap.)
Public methodGetFirstElementMapWithElementTarget(ControllerElementTarget, Int32, Boolean)
Gets the first ActionElementMap found that maps to a specific controller element target and a specific Action.
(Inherited from ControllerMap.)
Public methodGetFirstElementMapWithElementTarget(ControllerElementTarget, String, Boolean)
Gets the first ActionElementMap found that maps to a specific controller element target and a specific Action.
(Inherited from ControllerMap.)
Public methodGetFirstElementMapWithElementTarget(IControllerElementTarget, Int32, Boolean)
Gets the first ActionElementMap found that maps to a specific controller element target and a specific Action.
(Inherited from ControllerMap.)
Public methodGetFirstElementMapWithElementTarget(IControllerElementTarget, String, Boolean)
Gets the first ActionElementMap found that maps to a specific controller element target and a specific Action.
(Inherited from ControllerMap.)
Public methodRemoveElementAssignmentConflicts(ActionElementMap)
Deletes any ActionElementMaps in this controller map that conflict with the incoming ActionElementMap.
(Inherited from ControllerMap.)
Public methodRemoveElementAssignmentConflicts(ControllerMap)
Deletes any ActionElementMaps in this controller map that conflict with the incoming controller map.
(Inherited from ControllerMap.)
Public methodRemoveElementAssignmentConflicts(ElementAssignmentConflictCheck)
Deletes any ActionElementMaps in this controller map that conflict with the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMap.)
Public methodRemoveElementAssignmentConflicts(ActionElementMap, Boolean)
Deletes any ActionElementMaps in this controller map that conflict with the incoming ActionElementMap.
(Inherited from ControllerMapWithAxes.)
Public methodRemoveElementAssignmentConflicts(ControllerMap, Boolean)
Deletes any ActionElementMaps in this controller map that conflict with the incoming controller map.
(Inherited from ControllerMapWithAxes.)
Public methodRemoveElementAssignmentConflicts(ElementAssignmentConflictCheck, Boolean)
Deletes any ActionElementMaps in this controller map that conflict with the potential assignment contained in the ElementAssignmentConflictCheck.
(Inherited from ControllerMapWithAxes.)
Public methodReplaceElementMap(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.
(Inherited from ControllerMap.)
Public methodReplaceElementMap(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.
(Inherited from ControllerMap.)
Public methodReplaceElementMap(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.
(Inherited from ControllerMap.)
Public methodReplaceElementMap(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.
(Inherited from ControllerMap.)
Public methodReplaceElementMap(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.
(Inherited from ControllerMap.)
Public methodReplaceElementMap(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.
(Inherited from ControllerMap.)
Public methodReplaceElementMap(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.
(Inherited from ControllerMap.)
Public methodReplaceElementMap(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.
(Inherited from ControllerMapWithAxes.)
Public methodReplaceOrCreateElementMap(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 ActionElementMap is found matching that id, a new ActionElementMap will be created instead.
(Inherited from ControllerMap.)
Public methodReplaceOrCreateElementMap(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 ActionElementMap is found matching that id, a new ActionElementMap will be created instead.
(Inherited from ControllerMap.)
Public methodSetAllAxisMapsEnabled
Sets the enabled state on all Axis Maps.
(Inherited from ControllerMapWithAxes.)
Public methodSetAllButtonMapsEnabled
Sets the enabled state on all Button Maps.
(Inherited from ControllerMap.)
Public methodSetAllElementMapsEnabled
Sets the enabled state on all Action Element Maps.
(Inherited from ControllerMap.)
Public methodToControllerTemplateMap(Guid)
Converts the Controller Map to a Controller Template Map.
(Inherited from ControllerMap.)
Public methodToControllerTemplateMap(Type)
Converts the Controller Map to a Controller Template Map.
(Inherited from ControllerMap.)
Public methodToControllerTemplateMapT
Converts the Controller Map to a Controller Template Map.
(Inherited from ControllerMap.)
Public methodToJsonString
Exports the map to a JSON string.
(Inherited from ControllerMap.)
Public methodToXmlString
Exports the map to an XML string.
(Inherited from ControllerMap.)
Top
See Also