Arnold Engine
 
Loading...
Searching...
No Matches
AE::Events::MouseMovedEvent Class Reference

Event triggered when the mouse cursor moves. More...

#include <MouseEvent.h>

Inheritance diagram for AE::Events::MouseMovedEvent:
AE::Events::Event

Public Member Functions

 MouseMovedEvent (float x, float y)
 
float GetX () const
 
float GetY () const
 
std::string ToString () const override
 
- Public Member Functions inherited from AE::Events::Event
virtual EventType GetEventType () const =0
 
virtual const char * GetName () const =0
 
virtual int GetCategoryFlags () const =0
 
bool IsInCategory (EventCategory category)
 

Additional Inherited Members

- Public Attributes inherited from AE::Events::Event
bool Handled = false
 

Detailed Description

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.

Member Function Documentation

◆ ToString()

std::string AE::Events::MouseMovedEvent::ToString ( ) const
inlineoverridevirtual

Reimplemented from AE::Events::Event.


The documentation for this class was generated from the following file: