diff options
Diffstat (limited to 'include/androidfw/Input.h')
-rw-r--r-- | include/androidfw/Input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/androidfw/Input.h b/include/androidfw/Input.h index a98e1a27f9f5..044f2bf59538 100644 --- a/include/androidfw/Input.h +++ b/include/androidfw/Input.h @@ -208,6 +208,7 @@ struct PointerCoords { status_t setAxisValue(int32_t axis, float value); void scale(float scale); + void lerp(const PointerCoords& a, const PointerCoords& b, float alpha); inline float getX() const { return getAxisValue(AMOTION_EVENT_AXIS_X); |