Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNo keyboard events in desktop UWP #26680
Closed
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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