diff --git a/doc/user/timestamps.rst b/doc/user/timestamps.rst index 4c450073..596beb83 100644 --- a/doc/user/timestamps.rst +++ b/doc/user/timestamps.rst @@ -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**.