fix key stick

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-12-10 12:40:45 +08:00
parent 1ce2c0487d
commit 22155616e4
2 changed files with 18 additions and 12 deletions

View File

@@ -393,7 +393,7 @@ impl<T: InvokeUiSession> Session<T> {
scan_code: scancode as _,
event_type: event_type,
};
keyboard::client::process_event(event);
keyboard::client::process_event(&event);
}
// flutter only TODO new input