Skip to content

core: Batch pointer input device events

Vlad Zahorodnii requested to merge work/zzag/pointer-axis-frame into master

This change introduces InputDevice::pointerFrame(). The main motivation behind it is to allow batching multiple pointer events within a single event frame.

BUG: 454428

Merge request reports