Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
/ click-lines Public archive

Simple C++11, Win32, WinLamb example using raw windows and custom controls.

License

Notifications You must be signed in to change notification settings

rodrigocfd/click-lines

Repository files navigation

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.

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.

Releases

No releases published

Packages

No packages published

Languages