Photon Editor Library 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
DisplayClosedEvent.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace ph::editor
6{
7
8class DisplayClosedEvent final : public Event
9{
10public:
11 inline DisplayClosedEvent() = default;
12};
13
14}// end namespace ph::editor
Definition DisplayClosedEvent.h:9
Base of all event types. Derived classes should strive to keep the size of the object small,...
Definition Event.h:59
Definition ph_editor.h:10