summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmplatform.cpp
Commit message (Collapse)AuthorAgeFilesLines
* wasm: add iOS to platform detectionLorn Potter2023-06-131-2/+3
||||||||| Add iPad and move iPhone platform to iOS Pick-to: 6.6 6.5 Fixes: QTBUG-114446 Change-Id: I3f601fbe5f3899c0658ee65acf72bbf37d51bf73 Reviewed-by: MikoĊ‚aj Boc <Mikolaj.Boc@qt.io>
* Improve window dragging on WASMMikolaj Boc2022-07-251-0/+31
Window dragging has been considerably improved by replacing the mouse events by pointer events and placing a pointer lock on WASM canvas, so that off-browser window events are delivered to us. Translation of the drag origin has been limited to inside the canvas, so that a window cannot be dragged so far that it becomes offscreen and is unreachable. Change-Id: Id177c630a6466f04464a513371d6b97d3a098b6a Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
close