Project Alice
|
#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 |
Definition at line 28 of file window.hpp.
int32_t window::window_data_impl::creation_x_size = 600 |
Definition at line 32 of file window.hpp.
int32_t window::window_data_impl::creation_y_size = 400 |
Definition at line 33 of file window.hpp.
bool window::window_data_impl::in_fullscreen = false |
Definition at line 35 of file window.hpp.
bool window::window_data_impl::left_mouse_down = false |
Definition at line 36 of file window.hpp.
GLFWwindow* window::window_data_impl::window = nullptr |
Definition at line 30 of file window.hpp.