Antkeeper
0.0.1
|
Event generated when a window has gained or lost focus. More...
#include <window-events.hpp>
Public Attributes | |
window * | window {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... | |
Event generated when a window has gained or lost focus.
Definition at line 41 of file window-events.hpp.
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* 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.