sculpto
Main Page
Namespaces
Classes
Files
File List
File Members
core
events
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
11
#include "
utilities/event/event.h
"
12
13
namespace
scl
14
{
16
class
close_event
:
public
event
17
{
18
SCL_MAKE_EVENT(WindowClose);
19
};
20
}
scl::close_event
Definition:
close_event.h:17
scl::event
Definition:
event.h:24
event.h
scl
Definition:
base.h:33
Generated by
1.9.4