Event triggered when mouse wheel is scrolled.
More...
#include <inputs/InputSystem.hpp>
|
static const std::string | GetStaticEventType () |
|
|
float | value |
| Scroll amount and direction.
|
|
Event triggered when mouse wheel is scrolled.
◆ InputMouseWheelEvent()
StevEngine::InputMouseWheelEvent::InputMouseWheelEvent |
( |
float | value | ) |
|
|
inline |
Create mouse wheel event.
- Parameters
-
value | Amount and direction of scroll |
◆ GetEventType()
const std::string StevEngine::InputMouseWheelEvent::GetEventType |
( |
| ) |
const |
|
inlineoverridevirtual |
Get type identifier for this event.
- Returns
- String identifier for event type
Implements StevEngine::Event.
The documentation for this class was generated from the following file: