Enigma
3.2.0
A Simple, Reliable and Efficient Encryption Tool
|
This is the complete list of members for KeyPressedEvent, including all inherited members.
GetCategoryFlags() const =0 | Event | pure virtual |
GetEventType() const =0 | Event | pure virtual |
GetKeyCode() const noexcept | KeyEvent | inline |
GetName() const =0 | Event | pure virtual |
GetRepeatCount() const noexcept | KeyPressedEvent | inline |
IsHandled() const noexcept | Event | inline |
IsInCategory(EventCategory category) const noexcept | Event | inline |
KeyEvent(const KeyCode keyCode) | KeyEvent | inlineexplicitprotected |
KeyPressedEvent(const KeyCode keycode, const std::uint16_t repeat_count) | KeyPressedEvent | inline |
m_isHandled | Event | protected |
m_key_code | KeyEvent | protected |
SetHandled(const bool handled) noexcept | Event | inline |
ToString() const override | KeyPressedEvent | inlinevirtual |