Project Alice
Loading...
Searching...
No Matches
window::window_data_impl Class Reference

#include <window.hpp>

Public Attributes

GLFWwindow * window = nullptr
 
int32_t creation_x_size = 600
 
int32_t creation_y_size = 400
 
bool in_fullscreen = false
 
bool left_mouse_down = false
 

Detailed Description

Definition at line 28 of file window.hpp.

Member Data Documentation

◆ creation_x_size

int32_t window::window_data_impl::creation_x_size = 600

Definition at line 32 of file window.hpp.

◆ creation_y_size

int32_t window::window_data_impl::creation_y_size = 400

Definition at line 33 of file window.hpp.

◆ in_fullscreen

bool window::window_data_impl::in_fullscreen = false

Definition at line 35 of file window.hpp.

◆ left_mouse_down

bool window::window_data_impl::left_mouse_down = false

Definition at line 36 of file window.hpp.

◆ window

GLFWwindow* window::window_data_impl::window = nullptr

Definition at line 30 of file window.hpp.


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