Nebula
Loading...
Searching...
No Matches
inputdisplayeventhandler.h
Go to the documentation of this file.
1
#pragma once
2
3
//------------------------------------------------------------------------------
13
#include "
coregraphics/displayeventhandler.h
"
14
15
//------------------------------------------------------------------------------
16
namespace
Input
17
{
18
class
InputDisplayEventHandler
:
public
CoreGraphics::DisplayEventHandler
19
{
20
__DeclareClass
(
InputDisplayEventHandler
);
21
public
:
23
virtual
bool
HandleEvent
(
const
CoreGraphics::DisplayEvent
& event);
24
};
25
26
}
// namespace GLFW
27
//------------------------------------------------------------------------------
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
Input::InputDisplayEventHandler
Translates DisplayEvents that are relevant for the input system into InputEvents.
Definition
inputdisplayeventhandler.h:19
Input::InputDisplayEventHandler::__DeclareClass
__DeclareClass(InputDisplayEventHandler)
Input::InputDisplayEventHandler::HandleEvent
virtual bool HandleEvent(const CoreGraphics::DisplayEvent &event)
called when an event happens
Definition
inputdisplayeventhandler.cc:21
displayeventhandler.h
Input
FIXME!
code
render
input
inputdisplayeventhandler.h
Generated on
for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.