#include <IRenderer.hpp>
Public Attributes | |
EventType | type = EventType::None |
Key | key = Key::Unknown |
Definition at line 88 of file IRenderer.hpp.
Key eng::Event::key = Key::Unknown |
Definition at line 91 of file IRenderer.hpp.
Referenced by cli::ConfigMulti::event(), cli::ConfigSolo::event(), cli::GameSolo::event(), cli::Menu::event(), and cli::Settings::event().
EventType eng::Event::type = EventType::None |
Definition at line 90 of file IRenderer.hpp.
Referenced by cli::ConfigMulti::event(), cli::ConfigSolo::event(), cli::GameSolo::event(), cli::Menu::event(), cli::Settings::event(), and cli::Client::handleEvents().