'Declaration
Sub AddMapping( _ ByVal mapping As MouseMapping _ )
'Usage
Dim instance As IMouseMapper Dim mapping As MouseMapping instance.AddMapping(mapping)
void AddMapping( MouseMapping mapping )
Parameters
- mapping
- An association between a mouse/key combination and a set of actions. The actions are performed when the mouse/key combination is pressed in a host session.