HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
hikogui
GFX
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 "
../architecture.hpp
"
7
#include "../unfair_recursive_mutex.hpp"
8
9
namespace
hi::inline
v1
{
10
11
class
gfx_system;
12
15
inline
unfair_recursive_mutex
gfx_system_mutex
;
16
17
}
// namespace hi::inline v1
architecture.hpp
Functions and macros for handling architectural difference between compilers, CPUs and operating syst...
v1
DOXYGEN BUG.
Definition
algorithm.hpp:15
v1::gfx_system_mutex
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
v1::unfair_recursive_mutex
An unfair recursive-mutex This is a fast implementation of a recursive-mutex which does not fairly ar...
Definition
unfair_recursive_mutex.hpp:32
Generated on Mon Apr 22 2024 12:51:52 for HikoGUI by
1.10.0