public InputManager(KinectRagdollGame game)
 {
     this.game = game;
     inputHelper = new InputHelper();
 }
Exemple #2
0
 public InputManager(KinectRagdollGame game)
 {
     this.game   = game;
     inputHelper = new InputHelper();
 }