Antkeeper
0.0.1
|
Event generated when a window has been moved. More...
#include <window-events.hpp>
Public Attributes | |
window * | window {nullptr} |
Pointer to the window that has been moved. More... | |
math::ivec2 | position {0, 0} |
Position of the window, in display units. More... | |
Event generated when a window has been moved.
Definition at line 53 of file window-events.hpp.
math::ivec2 app::window_moved_event::position {0, 0} |
Position of the window, in display units.
Definition at line 59 of file window-events.hpp.
window* app::window_moved_event::window {nullptr} |
Pointer to the window that has been moved.
Definition at line 56 of file window-events.hpp.