Castlekeep
A isometric castle build simulator
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
castlekeep
src
sdl_input_manager.h
1
22
#ifndef SDL_INPUT_MANAGER_H
23
#define SDL_INPUT_MANAGER_H
24
25
#include <SDL2/SDL.h>
26
27
#include "input_manager.h"
28
29
namespace
CastleKeep
30
{
31
class
SDLInputManager
:
public
InputManager
32
{
33
public
:
34
SDLInputManager
(
Game
*game,
Window
*window);
35
virtual
~
SDLInputManager
();
36
37
void
processInput();
38
39
private
:
40
SDL_Event _event;
41
SDL_Window *_window;
42
};
43
}
44
#endif
CastleKeep::SDLInputManager
Definition:
sdl_input_manager.h:31
CastleKeep::InputManager
Definition:
input_manager.h:121
CastleKeep::Window
Definition:
window.h:29
CastleKeep::Game
Definition:
game.h:34
Generated on Wed Mar 26 2014 14:23:47 for Castlekeep by
1.8.6