Nebula
Loading...
Searching...
No Matches
glfwgraphicsdisplayeventhandler.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
12
13//------------------------------------------------------------------------------
14namespace GLFW
15{
23
24} // namespace GLFW
25//------------------------------------------------------------------------------
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
Handles DisplayEvents that are relevant for the graphics system.
Definition glfwgraphicsdisplayeventhandler.h:17
virtual bool HandleEvent(const CoreGraphics::DisplayEvent &event)
called when an event happens
Definition glfwgraphicsdisplayeventhandler.cc:24
__DeclareClass(GLFWGraphicsDisplayEventHandler)
Definition glfwinputserver.cc:12