Event fired when the mouse wheel is scrolled.
More...
#include <MouseEvent.h>
Inherits Raven::Event.
Event fired when the mouse wheel is scrolled.
◆ MouseScrolledEvent()
| Raven::MouseScrolledEvent::MouseScrolledEvent |
( |
float | xOffset, |
|
|
float | yOffset ) |
|
inlineconstexpr |
Constructs a MouseScrolledEvent.
- Parameters
-
| xOffset | The horizontal scroll offset. |
| yOffset | The vertical scroll offset. |
◆ StaticCategory()
| constexpr EventCategory Raven::MouseScrolledEvent::StaticCategory |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ StaticType()
| constexpr EventType Raven::MouseScrolledEvent::StaticType |
( |
| ) |
|
|
inlinestaticconstexpr |
Returns the static event type identifier.
◆ XOffset
| float Raven::MouseScrolledEvent::XOffset |
Horizontal scroll offset.
◆ YOffset
| float Raven::MouseScrolledEvent::YOffset |
The documentation for this struct was generated from the following file: