Flex Air 在未对焦时接收输入

发布于 2024-11-06 07:27:18 字数 96 浏览 1 评论 0原文

我试图找出当应用程序未聚焦时如何继续接收应用程序的键盘输入。例如,如果我将应用程序停靠到系统托盘,是否有办法继续接收键盘输入以馈送到应用程序?

先感谢您.. -J

I am trying to find out how to continue to receive keyboard input to my app when the app is not focused. For example, if I dock my app to the system tray, is there a way to continue to receive keyboard input to be fed to the app?

Thank you in advance..
-J

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风情万种。 2024-11-13 07:27:18

我相信这是不可能的,因为 Air 仍然在运行时运行,它只能获得焦点上的键盘输入(根据操作系统的限制)。然而,您可以做的是让您的应用程序附带一个本机操作系统实用程序(用 C# 或 Java 或其他语言编写),您的 Air 应用程序可以使用 NativeProcess 与该实用程序进行通信并获取所需的数据。

I believe this is not possible since Air still runs in a runtime which can only get keyboard input on focus (as per the OS' limitation). What you can do however is have your application ship with a native OS utility (made in C# or Java or whatever) that your Air app can communicate with and get data it needs by using NativeProcess.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文