zaafar / ClickableTransparentOverlay

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

Not working on FullScreen and Vulkan-BorderlessWindow mode #30

Open zaafar opened 2 years ago

zaafar commented 2 years ago

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 OS input system) so that's not really a problem.

However, in this issue, overlay stops working on "Borderless Window" mode as well. This happens only when application, who is being overlayed by the ClickableTransparentOverlay, is using Vulkan APIs.

Acceptance Criteria

Notes

Work Around

zaafar commented 2 years ago

Adding WillNotImplement since this is a vulkan API issue. Vulkan API doesn't really make a real borderless window.