diff options
Diffstat (limited to 'include/input/Input.h')
-rw-r--r-- | include/input/Input.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/input/Input.h b/include/input/Input.h index 77d7448db3..1a3cb6a884 100644 --- a/include/input/Input.h +++ b/include/input/Input.h @@ -900,9 +900,7 @@ public: void splitFrom(const MotionEvent& other, std::bitset<MAX_POINTER_ID + 1> splitPointerIds, int32_t newEventId); - void addSample( - nsecs_t eventTime, - const PointerCoords* pointerCoords); + void addSample(nsecs_t eventTime, const PointerCoords* pointerCoords, int32_t eventId); void offsetLocation(float xOffset, float yOffset); |