[UWP] Add modifier keys support#28724
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
cbracken
left a comment
There was a problem hiding this comment.
LGTM; thanks for fixing this!
@clarkezone it would be nice for us to kill off a bunch of the remaining #ifdef WINUWP blocks in our code by refactoring the embedder-specific code into separate translation units that we can pull in via the build file. I've filed flutter/flutter#90818 for this.

This PR adds modifier keys support by implementing GetModsForKeyState() in keyboard_key_channel_handler.cc.
This PR will fix flutter/flutter#82440.
This PR will complete one item in flutter/flutter#70202.
No changes in
flutter/tests.Pre-launch Checklist
writing and running engine tests.
///).