mirror of
https://github.com/brl/mutter.git
synced 2025-02-10 10:24:09 +00:00
![Emmanuele Bassi](/assets/img/avatar_default.png)
The clutter_get_current_event_time() function will return the event timestamp coming from a Clutter event. Clutter might synthesize or throttle events, so the function cannot be used when dealing with backend-specific use cases. The X11 backend is the only backend supported by Clutter that makes use of timestamps, so it's altogether fitting that it should come with a specific function to deal with the timestamps of the X events.