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

Commit 7851dca9 authored by Prabir Pradhan's avatar Prabir Pradhan Committed by Android (Google) Code Review
Browse files

Merge "Show hovering pointers when "show taps" is enabled" into udc-dev

parents 85795340 b3ce4530
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1679,7 +1679,8 @@ void TouchInputMapper::updateTouchSpots() {
    mPointerController->setButtonState(mCurrentRawState.buttonState);
    mPointerController->setSpots(mCurrentCookedState.cookedPointerData.pointerCoords.cbegin(),
                                 mCurrentCookedState.cookedPointerData.idToIndex.cbegin(),
                                 mCurrentCookedState.cookedPointerData.touchingIdBits,
                                 mCurrentCookedState.cookedPointerData.touchingIdBits |
                                         mCurrentCookedState.cookedPointerData.hoveringIdBits,
                                 mViewport.displayId);
}