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.
将 keydown/keyup 事件侦听器附加到舞台并尝试停止这种方式也不起作用。有什么工作方法吗?
通过添加取消按钮(以及是和否按钮)解决了这个问题,现在按下退出键会触发取消按钮,我可以在 CloseEvent 中正确处理。能够在不实际显示取消按钮的情况下执行此操作会很好,但这对我来说是一种解决方案。感谢 Reboog711 的提示!