mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
Opt: enter or leave
This commit is contained in:
@@ -1003,6 +1003,10 @@ class FFI {
|
||||
downOrUp: down);
|
||||
}
|
||||
|
||||
void enterOrLeave(bool enter) {
|
||||
bind.sessionEnterOrLeave(id: id, enter: enter);
|
||||
}
|
||||
|
||||
/// Send key stroke event.
|
||||
/// [down] indicates the key's state(down or up).
|
||||
/// [press] indicates a click event(down and up).
|
||||
|
||||
Reference in New Issue
Block a user