Keyboard input on OSX

后端 未结 1 1818
粉色の甜心
粉色の甜心 2020-12-10 08:25

I was wondering if it was possible to read the keyboards input, on OSx from somewhere, such as GNU/Linux with the /dev/input files.

The purpose of this is to make a

相关标签:
1条回答
  • 2020-12-10 09:19

    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
    0 讨论(0)
提交回复
热议问题