'Declaration
Public Function New( _ ByVal key As Keys, _ ByVal mapping As InputMapActionSequence _ )
'Usage
Dim key As Keys Dim mapping As InputMapActionSequence Dim instance As New KeyboardMapping(key, mapping)
public KeyboardMapping( Keys key, InputMapActionSequence mapping )
Parameters
- key
- The key being mapped.
- mapping
- Optional parameters associated with the action. If there are no parameters needed for the action, null may be specified for this parameter.