Hi, On Wednesday, June 22nd, 2022 at 06:03, Campbell Barton <ideasma...@gmail.com> wrote:
> - 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? You can use the zwp_tablet_tool_v2.frame event, sent right after each group of tablet tool events. It carries a timestamp. Simon