|
| MouseMovedEvent (int x, int y) |
| Instantiates a new MouseMovedEvent for the given mouse position.
|
|
int | x () const |
| Gets the x position of the mouse.
|
|
int | y () const |
| Gets the y position of the mouse.
|
|
| Event (const Event &other)=default |
|
| Event (Event &&other) noexcept=default |
|
Event & | operator= (const Event &other)=default |
|
Event & | operator= (Event &&other) noexcept=default |
|
virtual EventType | eventType () const =0 |
| Gets the type of the event.
|
|
virtual int | eventCategoryFlags () const =0 |
| Gets the category flags of the event.
|
|
bool | isInCategory (const EventCategory &category) const |
| Checks if the event is in the specified category.
|
|
| HasRtti (const HasRtti &other)=default |
|
| HasRtti (HasRtti &&other) noexcept=default |
|
HasRtti & | operator= (const HasRtti &other)=default |
|
HasRtti & | operator= (HasRtti &&other) noexcept=default |
|
virtual RttiBase & | rttiInstance () const =0 |
|
A class representing a mouse moved event.