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

Add Dump UI World button and remap hotkeys #216

Merged
merged 1 commit into from
Mar 10, 2023

Conversation

owenpalmer
Copy link
Contributor

@owenpalmer owenpalmer commented Mar 9, 2023

Fixes #193.

There was a bug that prevented hotkey_modifier from working, the modifiers weren't being set in the keyboard event.
I decided not to implement the write_debug function in this commit since I would rather not involve it in a minor feature such as this.

@@ -610,9 +609,7 @@ impl System<Event<'static, ()>> for ExamplesSystem {
},
..
} => match virtual_keycode {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So these are actually used in the "native" examples, which doesn't have a Debugger. I'll merge and just revert that part

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay that makes a lot more sense, thank you!

@FredrikNoren FredrikNoren merged commit 0c609d8 into AmbientRun:main Mar 10, 2023
@FredrikNoren
Copy link
Contributor

@owenpalmer Merged. Thanks for the PR!

@owenpalmer
Copy link
Contributor Author

Happy to help!

philpax pushed a commit that referenced this pull request May 23, 2023
Add Dump UI World button and remap hotkeys
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.

Add "Dump UI" button to the debug menu
2 participants