ClickableTransparentOverlay icon indicating copy to clipboard operation
ClickableTransparentOverlay copied to clipboard

Overlay stuck in non-clickable mode

Open zaafar opened this issue 3 years ago • 0 comments

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.).

zaafar avatar May 09 '22 01:05 zaafar