Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on FullScreen and Vulkan-BorderlessWindow mode #30

Open
zaafar opened this issue Dec 3, 2021 · 1 comment
Open

Not working on FullScreen and Vulkan-BorderlessWindow mode #30

zaafar opened this issue Dec 3, 2021 · 1 comment
Labels
enhancement New feature or request WillNotImplement These features will not be implemented unless someone gives a really good reason

Comments

@zaafar
Copy link
Owner

zaafar commented Dec 3, 2021

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

@zaafar zaafar changed the title Not working on fullscreen applications and borderless applications Not working on FullScreen and Vulkan-BorderlessWindow mode Dec 3, 2021
@zaafar zaafar added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Dec 3, 2021
@zaafar zaafar pinned this issue May 9, 2022
@zaafar zaafar added the WillNotImplement These features will not be implemented unless someone gives a really good reason label May 9, 2022
@zaafar
Copy link
Owner Author

zaafar commented May 9, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request WillNotImplement These features will not be implemented unless someone gives a really good reason
Projects
None yet
Development

No branches or pull requests

1 participant