Commit 6dc8f47b authored by Gunnar Sletta's avatar Gunnar Sletta Committed by The Qt Project
Browse files

Compress touch events in QQuickWindow.


Instead of sending multiple touch updates per frame, we
store the last one and flush the pending events just before
we enter into the scene graph sync phase.

[ChangeLog][QtQuick] QQuickWindow will compresses touch events
and delivers at most one touch event per frame.

Done-with: Robin Burchell <robin.burchell@jollamobile.com>
Change-Id: Ia0169bc4a3f0da67709b91ca65c326934b55d372
Reviewed-by: default avatarLaszlo Agocs <laszlo.agocs@digia.com>
Reviewed-by: default avatarShawn Rutledge <shawn.rutledge@digia.com>
parent c87ae78d
Showing with 456 additions and 65 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment