Nebula
Loading...
Searching...
No Matches
inputdisplayeventhandler.h
Go to the documentation of this file.
1#pragma once
2
3//------------------------------------------------------------------------------
14
15//------------------------------------------------------------------------------
16namespace Input
17{
25
26} // namespace GLFW
27//------------------------------------------------------------------------------
A display event handler object is notified by the DisplayDevice about noteworthy window events,...
Definition displayeventhandler.h:23
Display events are sent by the display device to registered display event handlers.
Definition displayevent.h:24
Translates DisplayEvents that are relevant for the input system into InputEvents.
Definition inputdisplayeventhandler.h:19
__DeclareClass(InputDisplayEventHandler)
virtual bool HandleEvent(const CoreGraphics::DisplayEvent &event)
called when an event happens
Definition inputdisplayeventhandler.cc:21
FIXME!