mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 23:31:29 +03:00
Merge pull request #3956 from fufesou/fix/android_physical_keyboard
fix android physical keyboard input
This commit is contained in:
@@ -64,7 +64,7 @@ class InputModel {
|
|||||||
InputModel(this.parent);
|
InputModel(this.parent);
|
||||||
|
|
||||||
KeyEventResult handleRawKeyEvent(FocusNode data, RawKeyEvent e) {
|
KeyEventResult handleRawKeyEvent(FocusNode data, RawKeyEvent e) {
|
||||||
if (!stateGlobal.grabKeyboard) {
|
if (isDesktop && !stateGlobal.grabKeyboard) {
|
||||||
return KeyEventResult.handled;
|
return KeyEventResult.handled;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user