MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Core::WindowState Struct Reference

Runtime state of a window (mutable by system, read by user) More...

#include <GlobalGraphicsInfo.hpp>

+ Collaboration diagram for MayaFlux::Core::WindowState:

Public Attributes

uint32_t current_width = 0
 
uint32_t current_height = 0
 
bool is_visible = true
 
bool is_focused = false
 
bool is_minimized = false
 
bool is_maximized = false
 
bool is_hovered = false
 
uint64_t frame_count = 0
 
double last_present_time = 0.0
 
double average_frame_time = 0.0
 

Detailed Description

Runtime state of a window (mutable by system, read by user)

You don't set these - the windowing subsystem updates them as events occur.

Definition at line 317 of file GlobalGraphicsInfo.hpp.


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