| C# | Visual Basic | Visual C++ |
namespace eDriven.Core.Control.Keyboard
Namespace eDriven.Core.Control.Keyboard
namespace eDriven.Core.Control.Keyboard
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| KeyboardMapper |
Maps key gestures to event handlers Subscribes to KEY_DOWN and KEY_UP events and handles them internally Note: not to be mixed with the "regular" event system | |
| KeyCombination |
The class representing the key combination
(KeyCode + Control + Shift + Alt)
| |
| KeyEventType |
Specifies the key direction up/down
| |
| KeyboardMapper..::..KeyHandler |
Key handler signature
|