This folder contains AppKit event examples.
- ApplicationIdle shows how to create an idle event.
- WindowAndMessages demonstrates some events received by NSWndow.
To build this project, open "Terminal", go to your project folder and type following lines:
mkdir build
cd build
cmake .. -G "Xcode"
open ./Events.xcodeproj