ClickableTransparentOverlay
ClickableTransparentOverlay copied to clipboard
A library for creating transparent overlay using windows API & ImGui.NET
We've noticed that your package on NuGet.org is missing a README file. ## Why READMEs are Important A README is essential for users to understand your package's purpose and functionality...
Currently having a hard time trying to not use mipmaps, as it seems to blur out the texture a bit, which is not desired for my use. I'm trying to...
How can i hide the overlay form icon generated on windows taskbar?
Current the lib is in beta mode and new. Let's check it again after 1 year (Dec 2023). https://github.com/microsoft/CsWin32 currently the lib isn't C# friendly e.g. following change: ``` User32.SetCursor(User32.LoadCursor(IntPtr.Zero,...
Bumps the github-action-deps group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `actions/checkout` from 4 to 5 Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update...
 Windows 10 does not have this problem, the problem only occurs on Windows 11 Code of UI using ClickableTransparentOverlay; using ImGuiNET; namespace Custom19._84UI.UI; internal class SampleOverlay : Overlay {...
Hey! Thank you for the great library. Several changes - Changed approach with **IsClickable** a bit - I needed to mutate styles for other properties, so made it so it...
Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.6 to 3.1.11. Release notes _Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._ ## 3.1.11 ## What's Changed * Backport V3 - GIF: Check for end of stream when reading comments....
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...
Hi I am facing this error during execution "System.NotImplementedException" em System.Private.CoreLib.dll user callbacks not implemented Anyone can help me fix it, please? Thanks in advance