Class that represents a window event.
More...
#include <WindowEvent.hpp>
|
static const int | WINDOW_UNKNOWN = -1 |
| Constant representing an unimplemented or unrecognized window action.
|
|
static const int | WINDOW_CLOSE = 1 |
| Constant representing a close window action.
|
|
|
int | event_id |
| Stores an identifier for the window event.
|
|
This class must not be inherited from. Use factory classes and functions to perform custom initialization (see rd::SDLEventFactory).
◆ getEvent()
int rd::WindowEvent::getEvent |
( |
| ) |
const |
- Returns
- An integer type that stores an identifier representing the current window event
The documentation for this class was generated from the following files:
- src/libraries/InputLib/WindowEvent.hpp
- src/libraries/InputLib/WindowEvent.cpp