CTO is a library for creating transparent overlay using Win32 API and ImGui.
Please see the sample projects (here) which demonstrate how to use this library.
https://www.nuget.org/packages/ClickableTransparentOverlay
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.
Please open issue in github repo for feedback.
git tag -a 8.0.0 -m "version 8.0.0"
git push origin 8.0.0