在 Cocoa 中启动按键
我正在编写一个服务器来接收来自 iPhone 的关键事件。我可以从 iPhone 发送消息并让我的服务器在 Mac 上显示它,现在我只需要将其转换为按键,并在 Cocoa 中模拟该按键。
谁能给我一个起点,因为我想这是相当低的水平。
谢谢
Im writing a server to receive key events from an iPhone. I can send a message from the iPhone and have my server display it, on the Mac, now i just need to translate that into a Key press, and simulate that press in Cocoa.
Could anyone offer me a starting point, as i guess this is quite low level.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信 IOHIDPostEvent 可能就是您正在寻找的。像这样的东西:
I believe IOHIDPostEvent may be what you're looking for. Something like this: