-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
WillNotImplementThese features will not be implemented unless someone gives a really good reasonThese features will not be implemented unless someone gives a really good reasonenhancementNew feature or requestNew feature or request
Description
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
- ClickableTransparentOverlay works with Vulkan API in borderless-window mode
- [Optional] ClickableTransparentOverlay works in fullscreen mode as well
Notes
- [Personal preference] Do not hook to the Windows OS input system
Work Around
- Run underlying application in window mode and then use https://github.com/Codeusa/Borderless-Gaming/releases to cover the whole screen.
Metadata
Metadata
Assignees
Labels
WillNotImplementThese features will not be implemented unless someone gives a really good reasonThese features will not be implemented unless someone gives a really good reasonenhancementNew feature or requestNew feature or request