Auto merge of #27114 - paulrouget:key_events, r=jdm

[UWP] Key events

This is the initial work required for proper keyboard events.
The text controller implementation is very basic, just enough to show the virtual keyboard when it's needed, and have basic key events.
This commit is contained in:
bors-servo 2020-06-30 09:41:15 -04:00 committed by GitHub
commit db00c1f96e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 257 additions and 28 deletions

View file

@ -24,7 +24,7 @@ http = "0.1"
hyper = "0.12"
hyper_serde = "0.11"
ipc-channel = "0.14"
keyboard-types = "0.4.3"
keyboard-types = "0.5"
libc = "0.2"
log = "0.4"
malloc_size_of = { path = "../malloc_size_of" }