ClickableTransparentOverlay
ClickableTransparentOverlay copied to clipboard
Overlay stuck in non-clickable mode
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.).