Event fired when the mouse cursor moves.
More...
#include <MouseEvent.h>
Inherits Raven::Event.
Event fired when the mouse cursor moves.
◆ MouseMovedEvent()
| Raven::MouseMovedEvent::MouseMovedEvent |
( |
float | x, |
|
|
float | y ) |
|
inlineconstexpr |
Constructs a MouseMovedEvent.
- Parameters
-
| x | The new X position. |
| y | The new Y position. |
◆ StaticCategory()
| constexpr EventCategory Raven::MouseMovedEvent::StaticCategory |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ StaticType()
| constexpr EventType Raven::MouseMovedEvent::StaticType |
( |
| ) |
|
|
inlinestaticconstexpr |
Returns the static event type identifier.
| float Raven::MouseMovedEvent::X |
New X position of the mouse cursor.
| float Raven::MouseMovedEvent::Y |
New Y position of the mouse cursor.
The documentation for this struct was generated from the following file: