Molybden API
|
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 | |
![]() | |
KeyCode | code |
The code of the key. | |
KeyModifiers | modifiers |
The keyboard modifiers applied. | |
KeyLocation | location |
The location of the key on the keyboard. | |
![]() | |
KeyEvent (KeyCode code, KeyModifiers modifiers, KeyLocation location) | |
An event indicating that a keyboard key has been released.