fix mouse out for android

This commit is contained in:
rustdesk
2022-04-17 23:35:53 +08:00
parent 110d63f526
commit bbdf3fc9a3
2 changed files with 19 additions and 8 deletions

View File

@@ -210,6 +210,7 @@ impl sciter::EventHandler for Handler {
fn get_toggle_option(String);
fn toggle_option(String);
fn get_remember();
fn peer_platform();
}
}