trivial changes

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2023-04-04 23:04:09 +08:00
parent c4fec2c19e
commit c4d883c083

View File

@ -554,9 +554,9 @@ impl<T: InvokeUiSession> Session<T> {
let event = Event {
time: SystemTime::now(),
unicode: None,
platform_code: platform_code,
platform_code,
position_code: position_code as _,
event_type: event_type,
event_type,
};
keyboard::client::process_event(&event, Some(lock_modes));
}