|
opynsim
Unofficial C++ Documentation
|
#include <key_event.h>
Public Member Functions | |
| KeyCombination | combination () const |
| KeyModifiers | modifiers () const |
| Key | key () const |
| bool | has_modifier (KeyModifier modifier) const |
| bool | has_modifier (PhysicalKeyModifier modifier) const |
Public Member Functions inherited from osc::Event | |
| virtual | ~Event () noexcept=default |
| EventType | type () const |
| bool | propagates () const |
| void | enable_propagation () |
| void | disable_propagation () |
Static Public Member Functions | |
| static KeyEvent | key_up (KeyCombination combination) |
| static KeyEvent | key_down (KeyCombination combination) |
Additional Inherited Members | |
Protected Member Functions inherited from osc::Event | |
| Event ()=default | |
| Event (EventType type) | |
| Event (const Event &)=default | |
| Event (Event &&) noexcept=default | |
| Event & | operator= (const Event &)=default |
| Event & | operator= (Event &&) noexcept=default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |