IMouseMapper Interface Members
In This Topic
The following tables list the members exposed by IMouseMapper.
Public Properties
| Name | Description |
![Property](template/packages/core-dotnet/images/Property.png) | MappingCollection | Returns a set of all the mouse/key combinations that have been remapped in the current mouse map. |
![Property](template/packages/core-dotnet/images/Property.png) | MouseMap | Gets or sets the name of the mouse map file. |
![Property](template/packages/core-dotnet/images/Property.png) | Parent | Gets the parent object (IIbmTerminal). |
Top
Public Methods
| Name | Description |
![Method](template/packages/core-dotnet/images/Method.png) | AddMapping | Adds a mouse button mapping to the current mouse map. |
![Method](template/packages/core-dotnet/images/Method.png) | Contains | Returns whether a mapping exists for the specified mouse/key combination in the current mouse map. |
![Method](template/packages/core-dotnet/images/Method.png) | RemoveMapping | Removes a mouse mapping from the mouse map. |
Top
See Also