doc/user/timestamps: document which clock is used

Document that all timestamps are given in the CLOCK_MONOTONIC
domain.

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2023-05-09 11:18:23 +02:00
parent d3481c8807
commit 57a2339779

View file

@ -42,3 +42,5 @@ Once the timeout expires at t4, libinput generates an event of
Thus, the caller gets events with timestamps in the order t3, t1, t2,
despite t3 > t2 > t1.
libinput timestamps use **CLOCK_MONOTONIC**.