summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmevent.h
Commit message (Expand)AuthorAgeFilesLines
* wasm: Handle stylus events by generating QTabletEventsShawn Rutledge2023-12-281-0/+4
* wasm: add QWasmDrag back to handle drag/dropLorn Potter2023-12-211-1/+1
* wasm: move DataTransfer to dom::Lorn Potter2023-12-211-1/+2
* wasm: fix Pen inputLorn Potter2023-12-201-0/+1
* wasm: add QWindow parameter to DragEventLorn Potter2023-12-201-4/+14
* Transfer touch event handling to QWasmWindowMikolaj Boc2023-02-141-0/+6
* Use floating point coords for mouse/wheel events on wasmMikolaj Boc2023-02-141-4/+4
* Transfer the key handling logic to QWasmWindowMikolaj Boc2023-02-071-9/+31
* Handle the wheel event in the wasm windowMikolaj Boc2023-01-221-0/+19
* Handle the drop event in the wasm window elementMikolaj Boc2023-01-201-3/+40
* Handle the mouse events in the window itselfMikolaj Boc2022-12-221-1/+1
* Move the window through the title bar element itselfMikolaj Boc2022-12-211-0/+1
* Fix the coordinate problems in wasm windowsMikolaj Boc2022-12-071-1/+2
* Resize wasm windows using a div outlineMikolaj Boc2022-12-051-0/+1
* Deliver non-client area mouse events to WASM windowsMikolaj Boc2022-07-271-1/+24
* Improve window dragging on WASMMikolaj Boc2022-07-251-0/+145