Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 060c1c0d authored by Harry Cutts's avatar Harry Cutts
Browse files

input: Remove edge flags

These are always set to NONE by the input subsystem.

Test: check that touchscreen and touchpad input still works, including
      for system navigation gestures
Test: $ m checkinput
Test: $ atest --host inputflinger_tests
Bug: 321101159
Flag: EXEMPT refactor

Change-Id: I32750369f815222997a461a07f39cf71f3fe3ce9
parent 6b20127d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -152,8 +152,8 @@ status_t NativeInputEventSender::sendMotionEvent(uint32_t seq, const MotionEvent
                                                   event->getDeviceId(), event->getSource(),
                                                   event->getDisplayId(), event->getHmac(),
                                                   event->getAction(), event->getActionButton(),
                                                   event->getFlags().get(), event->getEdgeFlags(),
                                                   event->getMetaState(), event->getButtonState(),
                                                   event->getFlags().get(), event->getMetaState(),
                                                   event->getButtonState(),
                                                   event->getClassification(),
                                                   event->getTransform(), event->getXPrecision(),
                                                   event->getYPrecision(),