Just™ Game Engine
|
#include <mouse_events.hpp>
Public Member Functions | |
MouseButtonPressEvent (Mouse::Code button) | |
![]() | |
Mouse::Code | getMouseButton () const |
![]() | |
virtual | ~Event ()=default |
virtual EventType | getType () const =0 |
virtual const char * | getName () const =0 |
virtual std::string | to_string () const |
bool | isHandled () const |
Additional Inherited Members | |
![]() | |
MouseButtonEvent (Mouse::Code button) | |
![]() | |
Mouse::Code | m_button |
![]() | |
bool | m_handled = false |
|
inline |