ClickableTransparentOverlay icon indicating copy to clipboard operation
ClickableTransparentOverlay copied to clipboard

A library for creating transparent overlay using windows API & ImGui.NET

Results 21 ClickableTransparentOverlay issues
Sort by recently updated
recently updated
newest added

Everyone, who is familiar with the overlay technology, knows that Overlay doesn't really work with applications running in FullScreen mode (unless you do some really hacky/brittle stuff e.g. by-passing the...

enhancement
WillNotImplement

it will allow users to create ImGuiWindows outside the SDL2 Window (in case overlay window is too small OR they have multiple monitors).

WillNotImplement

Sometime when clicking and moving mouse like a monkey the overlay gets stuck in a non-clickable mode forever. Developers using this lib should implement the following workaround in their application...

bug

Hello I am trying to have the overlay cover my entierty of my screen not just a small area I tried doing ImGui#SetNextWindowSize but that only resized the ImGui window...

In version 9.2.0 and above, menus cannot be dragged or used across the whole window size. Works properly in 9.1

If I create a overlay in for example a Console application, everything works fine. If I however create the same overlay in a class library, then import that class library...

This issue is twofold 1. The window handle is not exposed. I have to steal it with reflection to temporarily accomplish the things I request. ```csharp protected override Task PostInitialized()...

It does not seem possible to disable the ini that is created to store state. An option for this would be nice so things can be handled with the Save...

Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.1.2 to 3.1.3. Release notes Sourced from SixLabors.ImageSharp's releases. v3.1.3 What's Changed Make DrawImage processor more robust to bad input. by @​JimBobSquarePants in SixLabors/ImageSharp#2673 Don't skip reading...

dependencies