Event triggered when the mouse cursor moves. More...
#include <MouseEvent.h>
Public Member Functions | |
MouseMovedEvent (float x, float y) | |
float | GetX () const |
float | GetY () const |
std::string | ToString () const override |
![]() | |
virtual EventType | GetEventType () const =0 |
virtual const char * | GetName () const =0 |
virtual int | GetCategoryFlags () const =0 |
bool | IsInCategory (EventCategory category) |
Additional Inherited Members | |
![]() | |
bool | Handled = false |
Event triggered when the mouse cursor moves.
Tracks the current position of the mouse cursor. Provides X and Y coordinates of the cursor's current position.
|
inlineoverridevirtual |
Reimplemented from AE::Events::Event.