Ejemplo n.º 1
0
 protected void GetButtonDownCommandHandler(GetButtonDownCommand cmd)
 {
     cmd.result = _inputService.GetButtonDown(cmd.input);
 }