|
Molybden
|
An event indicating that a keyboard key has been released. More...
#include <input_events.hpp>
Public Member Functions | |
| KeyReleased (KeyCode code, KeyModifiers modifiers, KeyLocation location) | |
Additional Inherited Members | |
Public Attributes inherited from molybden::KeyEvent | |
| 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 inherited from molybden::KeyEvent | |
| KeyEvent (KeyCode code, KeyModifiers modifiers, KeyLocation location) | |
An event indicating that a keyboard key has been released.