Zappy GUI
C++ graphic client: renderer, camera, network
Loading...
Searching...
No Matches
RaylibRenderer::WindowSnapshot Struct Reference
+ Collaboration diagram for RaylibRenderer::WindowSnapshot:

Public Attributes

int width = 800
 
int height = 600
 
Vector2 position = {0, 0}
 
int monitor = 0
 
bool fullscreen = false
 
bool valid = false
 

Detailed Description

Definition at line 84 of file RaylibRenderer.hpp.

Member Data Documentation

◆ fullscreen

bool RaylibRenderer::WindowSnapshot::fullscreen = false

Definition at line 88 of file RaylibRenderer.hpp.

Referenced by RaylibRenderer::init().

◆ height

int RaylibRenderer::WindowSnapshot::height = 600

Definition at line 85 of file RaylibRenderer.hpp.

Referenced by RaylibRenderer::init().

◆ monitor

int RaylibRenderer::WindowSnapshot::monitor = 0

Definition at line 87 of file RaylibRenderer.hpp.

Referenced by RaylibRenderer::init().

◆ position

Vector2 RaylibRenderer::WindowSnapshot::position = {0, 0}

Definition at line 86 of file RaylibRenderer.hpp.

Referenced by RaylibRenderer::init().

◆ valid

bool RaylibRenderer::WindowSnapshot::valid = false

Definition at line 89 of file RaylibRenderer.hpp.

Referenced by RaylibRenderer::init().

◆ width

int RaylibRenderer::WindowSnapshot::width = 800

Definition at line 85 of file RaylibRenderer.hpp.

Referenced by RaylibRenderer::init(), and RaylibRenderer::shutdown().


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