Where can I find a list of key codes for use with Cocoa's NSEvent class?

前端 未结 5 1462
无人及你
无人及你 2020-12-24 11:14

I\'m looking for a comprehensive list of the available key codes that can be used with Cocoa\'s NSEvent class. The NSEvent class has a keyCod

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-24 11:32

    According to this forum topic, the constants are available in HIToolbox/Events.h

    http://forums.macrumors.com/showthread.php?t=780577

    They have conveniently copy+pasted the entire set of constants into the forum too. Otherwise the header is available here:

    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Headers/Events.h
    

提交回复
热议问题