HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
hikogui
GUI
gui_system_win32.hpp
1
// Copyright Take Vos 2021.
2
// Distributed under the Boost Software License, Version 1.0.
3
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
5
#pragma once
6
7
#include "gui_system.hpp"
8
9
namespace
hi::inline
v1
{
10
11
class
gui_system_win32
final :
public
gui_system
{
12
public
:
13
gui_system_win32
(
14
std::unique_ptr<gfx_system>
gfx,
15
std::unique_ptr<hi::theme_book>
theme_book
,
16
std::unique_ptr<hi::keyboard_bindings>
keyboard_bindings
,
17
std::weak_ptr<gui_system_delegate>
delegate = {});
18
};
19
20
}
// namespace hi::inline v1
v1
DOXYGEN BUG.
Definition
algorithm.hpp:13
v1::gui_system
Graphics system.
Definition
gui_system.hpp:28
v1::gui_system_win32
Definition
gui_system_win32.hpp:11
v1::keyboard_bindings
Definition
keyboard_bindings.hpp:16
v1::theme_book
theme_book keeps track of multiple themes.
Definition
theme_book.hpp:20
std::unique_ptr
std::weak_ptr
Generated on Mon Apr 22 2024 12:52:45 for HikoGUI by
1.10.0