rodrigocfd / click-lines

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:C++ 100.0%