Skip to content

Commit

Permalink
[Windows, Keyboard] Enqueue keyboard message (flutter#34222)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkwingsmt authored Jun 24, 2022
1 parent 94f1e09 commit eea921c
Show file tree
Hide file tree
Showing 9 changed files with 323 additions and 244 deletions.
2 changes: 2 additions & 0 deletions ci/licenses_golden/licenses_flutter
Original file line number Diff line number Diff line change
Expand Up @@ -2333,7 +2333,9 @@ FILE: ../../../flutter/shell/platform/windows/keyboard_key_handler.h
FILE: ../../../flutter/shell/platform/windows/keyboard_key_handler_unittests.cc
FILE: ../../../flutter/shell/platform/windows/keyboard_manager_win32.cc
FILE: ../../../flutter/shell/platform/windows/keyboard_manager_win32.h
FILE: ../../../flutter/shell/platform/windows/keyboard_win32_common.cc
FILE: ../../../flutter/shell/platform/windows/keyboard_win32_common.h
FILE: ../../../flutter/shell/platform/windows/keyboard_win32_common_unittests.cc
FILE: ../../../flutter/shell/platform/windows/keyboard_win32_unittests.cc
FILE: ../../../flutter/shell/platform/windows/platform_handler.cc
FILE: ../../../flutter/shell/platform/windows/platform_handler.h
Expand Down
2 changes: 2 additions & 0 deletions shell/platform/windows/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ source_set("flutter_windows_source") {
"keyboard_key_handler.h",
"keyboard_manager_win32.cc",
"keyboard_manager_win32.h",
"keyboard_win32_common.cc",
"keyboard_win32_common.h",
"platform_handler.cc",
"platform_handler.h",
Expand Down Expand Up @@ -183,6 +184,7 @@ executable("flutter_windows_unittests") {
"keyboard_key_channel_handler_unittests.cc",
"keyboard_key_embedder_handler_unittests.cc",
"keyboard_key_handler_unittests.cc",
"keyboard_win32_common_unittests.cc",
"keyboard_win32_unittests.cc",
"platform_handler_unittests.cc",
"platform_handler_win32_unittests.cc",
Expand Down
Loading

0 comments on commit eea921c

Please sign in to comment.