Skip to content

zaafar/ClickableTransparentOverlay

Repository files navigation

Clickable Transparent Overlay

A library for creating transparent overlay using Win32 API and ImGui.

Nuget

https://www.nuget.org/packages/ClickableTransparentOverlay

Dependencies

Reference code to watch

Lots of classes in this library (e.g. ImGuiRenderer, ImGuiInputHandler and etc) closely follow (if not identical to) the official example in c++ ImGui library (here and here). This allows us to easily update this library if something changes over there.

To Trigger a release push a tag as shown below

git tag -a 8.0.0 -m "version 8.0.0"

git push origin 8.0.0