YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
PlayerInputManager.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_SERVER_PLAYERINPUTMANAGER_HPP
2
# define YAPOG_SERVER_PLAYERINPUTMANAGER_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Graphics/Gui/GameInput/GameInputType.hpp
"
6
# include "
YAPOG/Collection/Map.hpp
"
7
8
namespace
yse
9
{
10
class
PlayerInputManager
11
{
12
DISALLOW_COPY
(
PlayerInputManager
);
13
14
public
:
15
16
PlayerInputManager
();
17
~PlayerInputManager
();
18
19
bool
InputIsActive
(yap::GameInputType gameInputType)
const
;
20
void
SetInputState
(yap::GameInputType gameInputType,
bool
isActive);
21
22
private
:
23
24
yap::collection::Map<yap::GameInputType, bool>
gameInputs_
;
25
};
26
}
// namespace yse
27
28
#endif // YAPOG_SERVER_PLAYERINPUTMANAGER_HPP
YAPOG.Server
include
World
Map
PlayerInputManager.hpp
Generated on Mon Sep 17 2012 22:24:22 for YAPOG by
1.8.1.1