谁能告诉我有关 Mac 上前端进程切换的事件处理程序或回调?
我需要回调或一些事件处理程序可以帮助我,知道前端进程已更改。
Mac:C++/Carbon。 非常感谢任何帮助。
I need to have the callback or some event handler which can help me, know front process is changed.
Mac: C++/Carbon.
Any help is highly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这将是
kEventClassApplication
类中的kEventAppFrontSwitched
事件。请参阅Carbon 事件管理器参考。That would be the
kEventAppFrontSwitched
event in thekEventClassApplication
class. See the Carbon Event Manager reference.