Molybden API
|
A common interface that all keyboard events must extend. More...
#include <input_events.hpp>
Public Attributes | |
KeyCode | code |
The code of the key. | |
KeyModifiers | modifiers |
The keyboard modifiers applied. | |
KeyLocation | location |
The location of the key on the keyboard. | |
Protected Member Functions | |
KeyEvent (KeyCode code, KeyModifiers modifiers, KeyLocation location) | |
A common interface that all keyboard events must extend.