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

Commit eaeb3509 authored by Chris Tate's avatar Chris Tate Committed by Android (Google) Code Review
Browse files

Merge "Enhanced VelocityTracker for > 5 pointers and fixed bugs." into gingerbread

parents f4c91407 b183fbd6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -565,7 +565,9 @@ protected:

            for (uint32_t i = 0; i < pointerCount; i++) {
                pointers[i] = other.pointers[i];
                idToIndex[i] = other.idToIndex[i];

                int id = pointers[i].id;
                idToIndex[id] = other.idToIndex[id];
            }
        }