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.
我已经安装了一个自定义蓝牙键盘,它需要操作系统上的驱动程序来解释和输出所需的字符。这可以在 Windows 上轻松完成。但是,我想让我的键盘与 IOS 一起使用。
我是否需要获取后台应用程序来拦截输入并广播到前台应用程序?我应该学习蓝牙驱动程序吗?我该怎么办?
提前致谢。
彼得
如果没有 Apple 的合作,您将无法实现 iOS 键盘驱动程序,因此您可能不走运。iOS 上也没有向前台应用程序广播击键的标准方法。您可能应该尝试让您的自定义蓝牙键盘实现标准蓝牙键盘接口。