public MobilesInputFactory(IJoystickInput joystickInput, ITouchScreenInput touchScreenInput)
 {
     JoystickInput    = joystickInput;
     TouchScreenInput = touchScreenInput;
 }
Пример #2
0
 public MobilesInputManager(IJoystickInput joystickInput, ITouchScreenInput touchScreenInput, IControlManager controlManager)
 {
     this.joystickInput    = joystickInput;
     this.touchScreenInput = touchScreenInput;
     this.controlManager   = controlManager;
 }