Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 559 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 559 Bytes

Event Examples

This folder contains AppKit event examples.

Generate and build

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