YAPOG  0.0.1
Yet Another Pokemon Online Game
PlayerInputManager.cpp
Go to the documentation of this file.
2 
3 namespace yse
4 {
6  : gameInputs_ ()
7  {
9  }
10 
12  {
13  }
14 
16  yap::GameInputType gameInputType) const
17  {
18  return gameInputs_[gameInputType];
19  }
20 
22  yap::GameInputType gameInputType,
23  bool isActive)
24  {
25  gameInputs_[gameInputType] = isActive;
26  }
27 } // namespace yse