Fixes not detecting keyboard presses when remapping inputs

This commit is contained in:
Riley Testut 2022-08-11 17:42:36 -05:00
parent 0bd836c7aa
commit d85d630f47

View File

@ -91,6 +91,9 @@ class ControllerInputsViewController: UIViewController
{
self.prepareCallouts()
}
// controllerView must be first responder to receive keyboard presses.
self.gameViewController.controllerView.becomeFirstResponder()
}
}