|
SDEngine
Game Engine
|
#include <mouse_events.hpp>
Inheritance diagram for sd::MouseReleasedEvent:
Collaboration diagram for sd::MouseReleasedEvent:Public Member Functions | |
| MouseReleasedEvent (int button, int mods) | |
Public Member Functions inherited from sd::Event | |
| virtual | ~Event ()=default |
| virtual const char * | get_name () const =0 |
| virtual EventType | get_event_type () const =0 |
| virtual int | get_category_flags () const =0 |
| bool | is_in_category (EventCategory category) const |
Public Attributes | |
| int | button |
| int | mods |
| int sd::MouseReleasedEvent::button |
| int sd::MouseReleasedEvent::mods |