fix: keyboard input, mulit windows (#9189)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
40239a1c41
commit
55de573a01
@ -784,6 +784,9 @@ class InputModel {
|
|||||||
if (!isInputSourceFlutter) {
|
if (!isInputSourceFlutter) {
|
||||||
bind.sessionEnterOrLeave(sessionId: sessionId, enter: enter);
|
bind.sessionEnterOrLeave(sessionId: sessionId, enter: enter);
|
||||||
}
|
}
|
||||||
|
if (enter) {
|
||||||
|
bind.setCurSessionId(sessionId: sessionId);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Send mouse movement event with distance in [x] and [y].
|
/// Send mouse movement event with distance in [x] and [y].
|
||||||
|
Loading…
x
Reference in New Issue
Block a user