Merge pull request #3956 from fufesou/fix/android_physical_keyboard
fix android physical keyboard input
This commit is contained in:
commit
2383246fac
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class InputModel {
|
|||
InputModel(this.parent);
|
||||
|
||||
KeyEventResult handleRawKeyEvent(FocusNode data, RawKeyEvent e) {
|
||||
if (!stateGlobal.grabKeyboard) {
|
||||
if (isDesktop && !stateGlobal.grabKeyboard) {
|
||||
return KeyEventResult.handled;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue