HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
gui_window_size.hpp
1// Distributed under the Boost Software License, Version 1.0.
2// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
3
4#pragma once
5
6#include "../macros.hpp"
7namespace hi::inline v1 {
8
9enum class gui_window_size { normal, minimized, maximized, fullscreen };
10
11}
DOXYGEN BUG.
Definition algorithm.hpp:16
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377