HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
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
6namespace tt {
7class gui_system;
8
10public:
11 virtual void last_window_closed(gui_system &self) = 0;
12};
13
14}
Vulkan gui_device controller.
Definition gui_system.hpp:24
Definition gui_system_delegate.hpp:9