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

Event generated when a window has been requested to close. More...

#include <window-events.hpp>

Public Attributes

windowwindow {nullptr}
 Pointer to the window that has been requested to close. More...
 

Detailed Description

Event generated when a window has been requested to close.

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

Member Data Documentation

◆ window

window* app::window_closed_event::window {nullptr}

Pointer to the window that has been requested to close.

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


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