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

Egui Template app has limited input options #91

Closed
keeslinp opened this issue Jan 2, 2021 · 1 comment
Closed

Egui Template app has limited input options #91

keeslinp opened this issue Jan 2, 2021 · 1 comment

Comments

@keeslinp
Copy link

keeslinp commented Jan 2, 2021

After setting up an app using https://github.com/emilk/egui_template it seems that I am limited to the input data that egui itself uses (https://docs.rs/egui/0.6.0/egui/enum.Event.html). Is this an intentional limitation where I need to "eject" from using the App trait and setup things manually if I want more keybindings (ie ctrl-P)?

@emilk
Copy link
Owner

emilk commented Jan 3, 2021

Good point - no I just hadn't thought that far ahead :)

I'll add Keys for A-Z and 0-1 so you can make keyboard shortcuts for them!

@emilk emilk closed this as completed in c6a5af1 Jan 3, 2021
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

No branches or pull requests

2 participants