From: Simon Ser Date: Tue, 9 May 2023 09:18:23 +0000 (+0200) Subject: doc/user/timestamps: document which clock is used X-Git-Tag: accepted/tizen/unified/20240105.013022~100 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6801b414cacb024d4e3c0a9eb375d11a7b06f197;p=platform%2Fupstream%2Flibinput.git doc/user/timestamps: document which clock is used Document that all timestamps are given in the CLOCK_MONOTONIC domain. Signed-off-by: Simon Ser --- 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**.