mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
spelling: another
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2929d0f6a5
commit
49c1b3a2df
@ -197,7 +197,7 @@ class InputModel {
|
||||
// Check update event type and set buttons to be sent.
|
||||
int buttons = _lastButtons;
|
||||
if (type == _kMouseEventMove) {
|
||||
// flutter may emit move event if one button is pressed and anoter button
|
||||
// flutter may emit move event if one button is pressed and another button
|
||||
// is pressing or releasing.
|
||||
if (evt.buttons != _lastButtons) {
|
||||
// For simplicity
|
||||
|
Loading…
Reference in New Issue
Block a user