Event triggered when window is moved.
More...
#include <main/EngineEvents.hpp>
|
| | WindowMoveEvent (int x, int y) |
| | Create window move event.
|
| |
| const std::string | GetEventType () const override |
| | Get type identifier for this event.
|
| |
|
|
static const std::string | GetStaticEventType () |
| |
|
|
int | x |
| |
|
int | y |
| | New window position.
|
| |
Event triggered when window is moved.
◆ WindowMoveEvent()
| StevEngine::WindowMoveEvent::WindowMoveEvent |
( |
int | x, |
|
|
int | y ) |
|
inline |
Create window move event.
- Parameters
-
| x | New X position |
| y | New Y position |
◆ GetEventType()
| const std::string StevEngine::WindowMoveEvent::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: