Awesome
Click lines
A very simple example of a raw window program, with a child window control, written in native C++11 Win32, using WinLamb library.
Lines will be drawn upon successive clicks.
WinLamb library
This project uses WinLamb library in a submodule.
After cloning the repository, pull the submodule files by running:
git submodule init
git submodule update
Showcase
The project showcases the following WinLamb features:
- raw main window;
- raw custom control window;
- mouse click events.