Nebula
Toggle main menu visibility
Loading...
Searching...
No Matches
imguidisplayeventhandler.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
11
#include "
coregraphics/displayeventhandler.h
"
12
13
//------------------------------------------------------------------------------
14
namespace
Dynui
15
{
16
class
ImguiDisplayEventHandler
:
public
CoreGraphics::DisplayEventHandler
17
{
18
__DeclareClass
(
ImguiDisplayEventHandler
);
19
public
:
21
virtual
bool
HandleEvent
(
const
CoreGraphics::DisplayEvent
& event);
22
};
23
24
}
// namespace GLFW
25
//------------------------------------------------------------------------------
CoreGraphics::DisplayEventHandler
A display event handler object is notified by the DisplayDevice about noteworthy window events,...
Definition
displayeventhandler.h:23
CoreGraphics::DisplayEvent
Display events are sent by the display device to registered display event handlers.
Definition
displayevent.h:24
Dynui::ImguiDisplayEventHandler
Handles display events such that ImGui is made aware of them.
Definition
imguidisplayeventhandler.h:17
Dynui::ImguiDisplayEventHandler::__DeclareClass
__DeclareClass(ImguiDisplayEventHandler)
Dynui::ImguiDisplayEventHandler::HandleEvent
virtual bool HandleEvent(const CoreGraphics::DisplayEvent &event)
called when an event happens
Definition
imguidisplayeventhandler.cc:18
displayeventhandler.h
Dynui
Imgui Profiler UI.
Definition
imguiconsole.cc:277
code
addons
dynui
imguidisplayeventhandler.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.