send2fa in sciter

This commit is contained in:
rustdesk
2024-01-19 19:29:04 +08:00
parent c8dded1108
commit e5379bb073
3 changed files with 28 additions and 3 deletions

View File

@@ -417,6 +417,7 @@ impl sciter::EventHandler for SciterSession {
fn is_port_forward();
fn is_rdp();
fn login(String, String, String, bool);
fn send2fa(String);
fn new_rdp();
fn send_mouse(i32, i32, i32, bool, bool, bool, bool);
fn enter(String);