#include <Application.h>
Public Attributes | |
| int | width |
| int | height |
| float | aspect_ratio |
| bool | is_fullscreen |
| bool | is_resizable |
| bool | cursor_visible |
| bool | cursor_locked |
| float | frame_time |
| int | fps |
| bool | first_mouse = true |
| MousePos | mouse_pos |
| bool | should_warp_cursor = false |
| bool | minimized = false |
| std::string | title = "Hellfire Engine" |
Definition at line 19 of file Application.h.
| float hellfire::AppInfo::aspect_ratio |
Definition at line 23 of file Application.h.
| bool hellfire::AppInfo::cursor_locked |
Definition at line 31 of file Application.h.
| bool hellfire::AppInfo::cursor_visible |
Definition at line 30 of file Application.h.
| bool hellfire::AppInfo::first_mouse = true |
Definition at line 35 of file Application.h.
| int hellfire::AppInfo::fps |
Definition at line 34 of file Application.h.
| float hellfire::AppInfo::frame_time |
Definition at line 33 of file Application.h.
| int hellfire::AppInfo::height |
Definition at line 22 of file Application.h.
| bool hellfire::AppInfo::is_fullscreen |
Definition at line 26 of file Application.h.
| bool hellfire::AppInfo::is_resizable |
Definition at line 27 of file Application.h.
| bool hellfire::AppInfo::minimized = false |
Definition at line 39 of file Application.h.
| MousePos hellfire::AppInfo::mouse_pos |
Definition at line 37 of file Application.h.
| bool hellfire::AppInfo::should_warp_cursor = false |
Definition at line 38 of file Application.h.
| std::string hellfire::AppInfo::title = "Hellfire Engine" |
Definition at line 40 of file Application.h.
| int hellfire::AppInfo::width |
Definition at line 21 of file Application.h.