zaafar / ClickableTransparentOverlay

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

Screen Position Error on the latest version #61

Closed MetalDeveloper closed 5 months ago

MetalDeveloper commented 5 months ago

on the latest version of CTO it messes up the screen size. I fixed it by downgrading the version.

zaafar commented 5 months ago

You can always change the size with help of the Size api ( https://github.com/zaafar/ClickableTransparentOverlay/blob/master/ClickableTransparentOverlay/Overlay.cs#L280 ). In the old version of the lib, the default size was the screen size. In the new version of the lib, default size is 800x600 and it’s expected the user to set the size to whatever they want.