YAPOG  0.0.1
Yet Another Pokemon Online Game
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"
6 # include "YAPOG/Collection/Map.hpp"
7 
8 namespace yse
9 {
11  {
13 
14  public:
15 
18 
19  bool InputIsActive (yap::GameInputType gameInputType) const;
20  void SetInputState (yap::GameInputType gameInputType, bool isActive);
21 
22  private:
23 
25  };
26 } // namespace yse
27 
28 #endif // YAPOG_SERVER_PLAYERINPUTMANAGER_HPP