Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 GLKitViewController 制作 iOS 游戏,并且我支持 LandscapeLeft 和 LandscapeRight。如果我在旋转设备时将手指放在屏幕上并在播放旋转动画时将其从屏幕上松开,则我永远不会收到该触摸的 touchesEnded 事件。
我想这是因为它在旋转动画时没有更新我的应用程序,所以事件没有被调度。但是,我不确定处理此问题的最佳解决方案是什么。
任何建议将不胜感激!
谢谢!