sculpto
close_event.h
Go to the documentation of this file.
1/*!****************************************************************//*!*
2 * \file window_event.h
3 * \brief Window update specific events implementation module.
4 *
5 * \author Sabitov Kirill
6 * \date 25 June 2022
7 *********************************************************************/
8
9#pragma once
10
12
13namespace scl
14{
16 class close_event: public event
17 {
18 SCL_MAKE_EVENT(WindowClose);
19 };
20}
Definition: base.h:33