Click lines

September 20, 2019 ยท View on GitHub

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.

Screenshot

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.