Cartucho / android-touch-record-replay

How to record and replay touchscreen events on an Android device.
Apache License 2.0
229 stars 49 forks source link

Update mysendevent.c #10

Closed SAMPROOO closed 5 years ago

SAMPROOO commented 5 years ago

When the loop starts the and calculates sleep_time, the value that it outputs is wrong. This is because timestamp_previous is not a timestamp but 0.0 as it was defined as the starting value.

Cartucho commented 5 years ago

Thank you!