22#include <Core/EventSystem.h>
23#include <Core/Window.h>
24#include <Editor/EditorWindow.h>
25#include <Utility/Timer.h>
27namespace OpenShaderDesigner
57 double Deltas_[COUNT];
EditorWindow class for wrapping ImGui window functionality.
Definition EditorWindow.h:32
EventHandler interface for creating custom EventHandlers.
Definition EventSystem.h:68
EventType HandledType
The type handled by the EventHandler.
Definition EventSystem.h:70
void DrawWindow() override
DrawWindow function for when the EditorWindow is being drawn.
Definition Profiler.cpp:38