This commit is contained in:
rustdesk
2024-07-25 15:21:28 +08:00
parent baf70da2fe
commit bbdce8d57b
45 changed files with 677 additions and 641 deletions

View File

@@ -779,7 +779,6 @@ impl<T: InvokeUiSession> Session<T> {
}
}
// flutter only TODO new input
pub fn input_string(&self, value: &str) {
let mut key_event = KeyEvent::new();
key_event.set_seq(value.to_owned());