HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
gfx_system_globals.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 "../utility/module.hpp"
7#include "../concurrency/module.hpp"
8
9namespace hi::inline v1 {
10
11class gfx_system;
12
15inline unfair_recursive_mutex gfx_system_mutex;
16
17} // namespace hi::inline v1
DOXYGEN BUG.
Definition algorithm.hpp:13
unfair_recursive_mutex gfx_system_mutex
Global mutex for GUI elements, like gfx_system, gfx_device, Windows and Widgets.
Definition gfx_system_globals.hpp:15