HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
GUISystemDelegate.hpp
1// Copyright 2019 Pokitec
2// All rights reserved.
3
4#pragma once
5
6namespace tt {
7
9public:
10 virtual void lastWindowClosed() = 0;
11};
12
13}
Definition GUISystemDelegate.hpp:8