Returns true if the specified mapping exists

C# | Visual Basic | Visual C++ |
public bool Maps( KeyCombination keyCombination, KeyboardMapper..::..KeyHandler keyHandler )
Public Function Maps ( _ keyCombination As KeyCombination, _ keyHandler As KeyboardMapper..::..KeyHandler _ ) As Boolean
public: bool Maps( KeyCombination^ keyCombination, KeyboardMapper..::..KeyHandler^ keyHandler )

- keyCombination (KeyCombination)
- The combo to check for
- keyHandler (KeyboardMapper..::..KeyHandler)
- The handler to check for
