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

Event generated when a window has gained or lost focus. More...

#include <window-events.hpp>

Public Attributes

windowwindow {nullptr}
 Pointer to the window that has gained or lost focus. More...
 
bool in_focus {false}
 true if the window is in focus, false otherwise. More...
 

Detailed Description

Event generated when a window has gained or lost focus.

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

Member Data Documentation

◆ in_focus

bool app::window_focus_changed_event::in_focus {false}

true if the window is in focus, false otherwise.

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

◆ window

window* app::window_focus_changed_event::window {nullptr}

Pointer to the window that has gained or lost focus.

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


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