Hi, I was looking to use wayland's time-stamps for events, however these time-stamps are only available in some cases.
- pointer_listener.motion has time-stamps. - zwp_tablet_tool_v2_listener.motion callback doesn't take time-stamps. Is there a way to access the time that is compatible with pointer_listener.motion in situations where callbacks don't provide a time? - Campbell