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

Workaround: make ingame menu work properly in VR #13

Merged
merged 2 commits into from
Sep 17, 2023

Conversation

fholger
Copy link

@fholger fholger commented Sep 17, 2023

Since the ingame menu refuses to render at the full texture height, this workaround makes it so that it still appears properly on the VR overlay.

For input, I changed the way input is injected to directly send input events to the WINAPI. This makes mouse input fully working in the main menu, even on the dialogue buttons, and it makes button inputs work, as well. Mouse input does not currently work in the ingame menu for unknown reasons, but the button inputs do work, so the menu is now fully usable in VR.

@fholger fholger changed the title Workaround: make ingame menu display properly in VR Workaround: make ingame menu work properly in VR Sep 17, 2023
@Gistix Gistix merged commit 5047cf6 into Gistix:main Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants