HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
ttauri
GUI
gui_system_delegate.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
namespace
tt {
7
class
gui_system;
8
9
class
gui_system_delegate
{
10
public
:
11
virtual
void
last_window_closed(
gui_system
&self) = 0;
12
};
13
14
}
tt::gui_system
Vulkan gui_device controller.
Definition
gui_system.hpp:24
tt::gui_system_delegate
Definition
gui_system_delegate.hpp:9
Generated on Mon Apr 22 2024 12:53:42 for HikoGUI by
1.10.0