swap key update

This commit is contained in:
sjpark
2023-02-25 11:41:02 +09:00
parent b5c4de9c83
commit d76a1adfcc
3 changed files with 21 additions and 2 deletions

View File

@@ -1010,6 +1010,7 @@ impl<T: InvokeUiSession> Interface for Session<T> {
handle_test_delay(t, peer).await;
}
}
fn swap_modifier_mouse(&self, msg : &mut hbb_common::protos::message::MouseEvent) {
let allow_swap_key = self.get_toggle_option("allow_swap_key".to_string());
if allow_swap_key {