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

Menu bar is not visible in fullscreen #26

Open
trigger-segfault opened this issue Nov 6, 2021 · 0 comments
Open

Menu bar is not visible in fullscreen #26

trigger-segfault opened this issue Nov 6, 2021 · 0 comments
Labels
bug Something went wrong. platform Handling that needs to be done for all supported operational systems.

Comments

@trigger-segfault
Copy link
Owner

Describe the issue

In fullscreen mode, the menu bar does not render and cannot be interacted with. Using the OpenLRR hotkey Alt+M to toggle the menu has no effect either.

The menu only because function when fullscreen is partially exited by Alt-tabbing.

Steps to solve

Multiple steps will need to be taken to ensure the fullscreen experience remains the same:

  • The menu bar should not reduce the available height for the game client area.
  • The menu bar cannot shift the game client area down like with windowed mode.
  • The menu bar should preferably only appear when the mouse is hovered over the top of the screen, or appear via a hotkey.

Alternatively, the menu could be disabled altogether in fullscreen, as it's primarily a debugging tool (though debugging in fullscreen is also important).

@trigger-segfault trigger-segfault added bug Something went wrong. platform Handling that needs to be done for all supported operational systems. labels Nov 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something went wrong. platform Handling that needs to be done for all supported operational systems.
Projects
None yet
Development

No branches or pull requests

1 participant