Commit eb447afb authored by Martin Jones's avatar Martin Jones Committed by Qt by Nokia
Browse files

Use use touch events to generate mouse events in Quick canvas.


Allowing the canvas to deal with mouse event emulation provides
a couple of advantages: 1. touches outside a reactive area can
be ignored, allowing a touch within a reactive area to become
the "mouse touch". 2. we can extend the mouse events with
data available in touch events for use within the quick elements;
specifically velocity in this case.

Change-Id: Id9df397f1a3a03dbda2ef5dcf6189e7eb3377356
Reviewed-by: default avatarMichael Brasser <michael.brasser@nokia.com>
parent 9c179391
No related merge requests found
Showing with 184 additions and 19 deletions
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