zaafar / ClickableTransparentOverlay

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

Allow user to control Render Thread Maximum FPS & Enable/Disable VSYNC #21

Closed zaafar closed 3 years ago

zaafar commented 3 years ago

Won't do since there is no good way to accurately sleep threads. Also, did not find any benefit in disabling V-Sync and manually controlling FPS of the overlay.