Coding Pepper

Results 5 issues of Coding Pepper

Simple vsync boolean that can be changed and is used in the `MainLoop` function to allow changing vsync within the libraries scope.

how to disable fps caps? im making the window like that ```c++ Gui.AttachAnotherWindow("Counter-Strike 2", "", render::RenderMain); ```

Does it still work?

i got it to build and all just wonder if its still effective. before you post that its a duplicate issue, the latest issue was 2 years ago so a...

Hi im using the latest version from nugget and doing Rendering using ImGui.NET but my render class is inheriting from the clickable overlay class. ```cs using ClickableTransparentOverlay; public class RenderClass...