yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::platform::WindowStatus Struct Reference

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
 

Detailed Description

Window backend status information.

Definition at line 96 of file iwindow.h.

Member Data Documentation

◆ is_active

bool yaze::platform::WindowStatus::is_active = true

Definition at line 97 of file iwindow.h.

Referenced by yaze::platform::SDL2WindowBackend::GetStatus().

◆ is_minimized

bool yaze::platform::WindowStatus::is_minimized = false

Definition at line 98 of file iwindow.h.

Referenced by yaze::platform::SDL2WindowBackend::GetStatus().

◆ is_maximized

bool yaze::platform::WindowStatus::is_maximized = false

Definition at line 99 of file iwindow.h.

Referenced by yaze::platform::SDL2WindowBackend::GetStatus().

◆ is_fullscreen

bool yaze::platform::WindowStatus::is_fullscreen = false

Definition at line 100 of file iwindow.h.

Referenced by yaze::platform::SDL2WindowBackend::GetStatus().

◆ is_focused

bool yaze::platform::WindowStatus::is_focused = true

Definition at line 101 of file iwindow.h.

Referenced by yaze::platform::SDL2WindowBackend::GetStatus().

◆ is_resizing

bool yaze::platform::WindowStatus::is_resizing = false

Definition at line 102 of file iwindow.h.

Referenced by yaze::platform::SDL2WindowBackend::GetStatus().

◆ width

int yaze::platform::WindowStatus::width = 0

Definition at line 103 of file iwindow.h.

Referenced by yaze::platform::SDL2WindowBackend::GetStatus().

◆ height

int yaze::platform::WindowStatus::height = 0

Definition at line 104 of file iwindow.h.

Referenced by yaze::platform::SDL2WindowBackend::GetStatus().


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