zaafar / ClickableTransparentOverlay

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

White Screen and Scaling Glitch #72

Closed imjustprism closed 2 months ago

imjustprism commented 2 months ago

In version 9.1, the ui sometimes turns white randomly before returning to normal. However, when using version 9.2 or later, the white screen issue is resolved, but there's a new problem: the ui cannot be fully displayed in fullscreen mode. Part of the screen seems to disappear, indicating a possible screen scaling issue, any idea to fix this?

Untitled

zaafar commented 2 months ago

In 9.2 or later you have to use the Overlay Size property to set the overlay to your fullscreen size. You can do this during start up (override PostInitialized function) or in the render function.