This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,6 @@ namespace flutter {
1414
1515namespace {
1616
17- static constexpr char kChannelName [] = " flutter/keyevent" ;
18-
19- static constexpr char kKeyCodeKey [] = " keyCode" ;
20- static constexpr char kScanCodeKey [] = " scanCode" ;
21- static constexpr char kCharacterCodePointKey [] = " characterCodePoint" ;
22- static constexpr char kModifiersKey [] = " modifiers" ;
23- static constexpr char kKeyMapKey [] = " keymap" ;
24- static constexpr char kTypeKey [] = " type" ;
25- static constexpr char kHandledKey [] = " handled" ;
26-
27- static constexpr char kWindowsKeyMap [] = " windows" ;
28- static constexpr char kKeyUp [] = " keyup" ;
29- static constexpr char kKeyDown [] = " keydown" ;
30-
3117// The maximum number of pending events to keep before
3218// emitting a warning on the console about unhandled events.
3319static constexpr int kMaxPendingEvents = 1000 ;
@@ -148,7 +134,6 @@ bool KeyboardKeyHandler::RemoveRedispatchedEvent(const PendingEvent& incoming) {
148134 }
149135 }
150136 return false ;
151- ;
152137}
153138
154139void KeyboardKeyHandler::ResolvePendingEvent (uint64_t sequence_id,
You can’t perform that action at this time.
0 commit comments