mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
Refacotr enter or leave
This commit is contained in:
@@ -1010,10 +1010,7 @@ class FFI {
|
||||
void enterOrLeave(bool enter) {
|
||||
// Fix status
|
||||
if (!enter) {
|
||||
alt = false;
|
||||
shift = false;
|
||||
ctrl = false;
|
||||
command = false;
|
||||
resetModifiers();
|
||||
}
|
||||
bind.sessionEnterOrLeave(id: id, enter: enter);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user