![]() |
Enigma 3.2.2
A Simple, Reliable and Efficient Encryption Tool
|
#include <KeyEvent.hpp>
Public Member Functions | |
| KeyCode | GetKeyCode () const noexcept |
Public Member Functions inherited from Event | |
| virtual EventType | GetEventType () const =0 |
| virtual const char * | GetName () const =0 |
| virtual std::uint32_t | GetCategoryFlags () const =0 |
| virtual std::string | ToString () const |
| bool | IsInCategory (EventCategory category) const noexcept |
| bool | IsHandled () const noexcept |
| void | SetHandled (const bool handled) noexcept |
Protected Member Functions | |
| KeyEvent (const KeyCode keyCode) | |
Protected Attributes | |
| KeyCode | m_key_code |
Protected Attributes inherited from Event | |
| bool | m_isHandled {false} |
Keyboard buttons Event
Definition at line 14 of file KeyEvent.hpp.
|
inlineexplicitprotected |
Definition at line 21 of file KeyEvent.hpp.
|
inlinenoexcept |
Definition at line 16 of file KeyEvent.hpp.
|
protected |
Definition at line 24 of file KeyEvent.hpp.