zaafar / ClickableTransparentOverlay

A library for creating transparent overlay using windows API & ImGui.NET
Apache License 2.0
87 stars 33 forks source link

Overlay stuck in non-clickable mode #34

Closed zaafar closed 1 year ago

zaafar commented 2 years ago

Sometime when clicking and moving mouse like a monkey the overlay gets stuck in a non-clickable mode forever. Developers using this lib should implement the following workaround in their application to get rid of this issue.

workaround: https://github.com/zaafar/ClickableTransparentOverlay/commit/cc3c1d748c8a0937ef2a4b82793c7982d5fa1943 (basically you need to figure out a way to send ImGui.GetIO().WantCaptureMouse = true; to the ImGui.).