Antkeeper  0.0.1
Public Attributes | List of all members
app::window_moved_event Struct Reference

Event generated when a window has been moved. More...

#include <window-events.hpp>

Public Attributes

windowwindow {nullptr}
 Pointer to the window that has been moved. More...
 
math::ivec2 position {0, 0}
 Position of the window, in display units. More...
 

Detailed Description

Event generated when a window has been moved.

Definition at line 53 of file window-events.hpp.

Member Data Documentation

◆ position

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

window* app::window_moved_event::window {nullptr}

Pointer to the window that has been moved.

Definition at line 56 of file window-events.hpp.


The documentation for this struct was generated from the following file: