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

No keyboard events in desktop UWP #26680

Closed
jdm opened this issue May 27, 2020 · 0 comments
Closed

No keyboard events in desktop UWP #26680

jdm opened this issue May 27, 2020 · 0 comments

Comments

@jdm
Copy link
Member

@jdm jdm commented May 27, 2020

This comes from a report from a partner trying to get AR content working in FxR, but the initial compat investigations are easier to perform in a desktop app.

The Rust API has key_down/key_up methods, but these aren't exposed in the C API. On the UWP side, we probably need OnKeyDown and OnKeyUp implementations that invoke the missing C API.

https://docs.microsoft.com/en-us/windows/uwp/design/input/keyboard-interactions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
UWP port
  
Done
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.