Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wasm: add iOS to platform detection | Lorn Potter | 2023-06-13 | 1 | -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 WASM | Mikolaj Boc | 2022-07-25 | 1 | -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> |