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.
|
// Check update event type and set buttons to be sent.
|
||||||
int buttons = _lastButtons;
|
int buttons = _lastButtons;
|
||||||
if (type == _kMouseEventMove) {
|
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.
|
// is pressing or releasing.
|
||||||
if (evt.buttons != _lastButtons) {
|
if (evt.buttons != _lastButtons) {
|
||||||
// For simplicity
|
// For simplicity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user