#include <WindowSettings.hpp>
Definition at line 11 of file WindowSettings.hpp.
◆ WindowSettings() [1/2]
| WindowSettings::WindowSettings |
( |
| ) |
|
|
default |
◆ WindowSettings() [2/2]
| WindowSettings::WindowSettings |
( |
const Config & |
config | ) |
|
|
inlineexplicit |
◆ toString()
| std::string WindowSettings::toString |
( |
| ) |
|
|
inlinenoexcept |
◆ auto_iconify
| bool WindowSettings::auto_iconify = true |
◆ decorated
| bool WindowSettings::decorated = true |
◆ floating
| bool WindowSettings::floating = false |
◆ focused
| bool WindowSettings::focused = true |
◆ fullscreen
| bool WindowSettings::fullscreen = false |
◆ height
| std::int32_t WindowSettings::height = 720 |
◆ maximized
| bool WindowSettings::maximized = false |
◆ maximum_height
| std::int32_t WindowSettings::maximum_height = GLFW_DONT_CARE |
◆ maximum_width
| std::int32_t WindowSettings::maximum_width = GLFW_DONT_CARE |
◆ minimum_height
| std::int32_t WindowSettings::minimum_height = GLFW_DONT_CARE |
◆ minimum_width
| std::int32_t WindowSettings::minimum_width = GLFW_DONT_CARE |
◆ refresh_rate
| std::int32_t WindowSettings::refresh_rate = GLFW_DONT_CARE |
◆ resizable
| bool WindowSettings::resizable = true |
◆ samples
| std::uint32_t WindowSettings::samples = 4 |
◆ show_cpu_usage
| bool WindowSettings::show_cpu_usage = false |
◆ show_fps
| bool WindowSettings::show_fps = false |
◆ show_ram_usage
| bool WindowSettings::show_ram_usage = false |
◆ swap_interval
| std::int32_t WindowSettings::swap_interval = 2 |
◆ title
| std::string WindowSettings::title = "Enigma" |
◆ visible
| bool WindowSettings::visible = true |
◆ width
| std::int32_t WindowSettings::width = 960 |
The documentation for this struct was generated from the following file: