Nebula
Loading...
Searching...
No Matches
inputserver.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
14
#include "
core/singleton.h
"
15
#include "
input/glfw/glfwinputserver.h
"
16
namespace
Input
17
{
18
class
InputServer
:
public
GLFW::GLFWInputServer
19
{
20
__DeclareClass
(
InputServer
);
21
__DeclareInterfaceSingleton
(
InputServer
);
22
public
:
24
InputServer
();
26
virtual
~InputServer
();
27
};
28
}
29
//------------------------------------------------------------------------------
30
31
32
GLFW::GLFWInputServer
Definition
glfwinputserver.h:18
Input::InputServer
The InputServer is the central object of the Input subsystem.
Definition
inputserver.h:19
Input::InputServer::__DeclareClass
__DeclareClass(InputServer)
Input::InputServer::InputServer
InputServer()
constructor
Definition
inputserver.cc:17
Input::InputServer::__DeclareInterfaceSingleton
__DeclareInterfaceSingleton(InputServer)
Input::InputServer::~InputServer
virtual ~InputServer()
destructor
Definition
inputserver.cc:25
glfwinputserver.h
Input
FIXME!
singleton.h
code
input
input
inputserver.h
Generated on Thu Nov 14 2024 22:10:55 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.