Nebula
Loading...
Searching...
No Matches
glfwinputdisplayeventhandler.h
Go to the documentation of this file.
1#pragma once
2
3//------------------------------------------------------------------------------
14
15//------------------------------------------------------------------------------
16namespace GLFW
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
Definition glfwinputdisplayeventhandler.h:19
virtual bool HandleEvent(const CoreGraphics::DisplayEvent &event)
called when an event happens
Definition glfwinputdisplayeventhandler.cc:21
__DeclareClass(GLFWInputDisplayEventHandler)
Definition glfwinputserver.cc:12