This folder contains events examples.
- ApplicationIdle Shows how to create an Application and Idle event.
- KeyEvents demonstrates the use of key events.
- MouseEvents demonstrates the use of mouse events.
To build this project, open "Console" and type following lines:
mkdir build && cd build
cmake ..
start Events.sln
Select any project and type Ctrl+F5 to build and run it.