Window backend status information. More...
#include <iwindow.h>
Public Attributes | |
| bool | is_active = true |
| bool | is_minimized = false |
| bool | is_maximized = false |
| bool | is_fullscreen = false |
| bool | is_focused = true |
| bool | is_resizing = false |
| int | width = 0 |
| int | height = 0 |
| bool yaze::platform::WindowStatus::is_active = true |
Definition at line 97 of file iwindow.h.
Referenced by yaze::platform::SDL2WindowBackend::GetStatus().
| bool yaze::platform::WindowStatus::is_minimized = false |
Definition at line 98 of file iwindow.h.
Referenced by yaze::platform::SDL2WindowBackend::GetStatus().
| bool yaze::platform::WindowStatus::is_maximized = false |
Definition at line 99 of file iwindow.h.
Referenced by yaze::platform::SDL2WindowBackend::GetStatus().
| bool yaze::platform::WindowStatus::is_fullscreen = false |
Definition at line 100 of file iwindow.h.
Referenced by yaze::platform::SDL2WindowBackend::GetStatus().
| bool yaze::platform::WindowStatus::is_focused = true |
Definition at line 101 of file iwindow.h.
Referenced by yaze::platform::SDL2WindowBackend::GetStatus().
| bool yaze::platform::WindowStatus::is_resizing = false |
Definition at line 102 of file iwindow.h.
Referenced by yaze::platform::SDL2WindowBackend::GetStatus().
| int yaze::platform::WindowStatus::width = 0 |
Definition at line 103 of file iwindow.h.
Referenced by yaze::platform::SDL2WindowBackend::GetStatus().
| int yaze::platform::WindowStatus::height = 0 |
Definition at line 104 of file iwindow.h.
Referenced by yaze::platform::SDL2WindowBackend::GetStatus().