Keyboard input on OSX

北战南征 提交于 2019-11-28 10:26:51

Since not all readers have good intentions as you, I won't get into details, but rather point you to the right direction.

As you may know, the WindowServer works over two environments: Carbon (old) and Cocoa (new). These are the respective APIs:

  1. Carbon → InstallEventHandler (link is broken due to age? Anyway, the referenced book is Learning Carbon, Chapter 6 - Carbon Events)
  2. Cocoa → addGlobalMonitorForEventsMatchingMask
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!