summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmevent.cpp
Commit message (Expand)AuthorAgeFilesLines
* :wasm Fix not possible to type tab character in TextEditEven Oscar Andersen2024-04-121-0/+3
* wasm: Handle stylus events by generating QTabletEventsShawn Rutledge2023-12-281-0/+4
* wasm: fix Pen inputLorn Potter2023-12-201-0/+2
* wasm: add QWindow parameter to DragEventLorn Potter2023-12-201-7/+34
* Fix the handling of dead keys and test the mechanismMikolaj Boc2023-02-141-9/+48
* Transfer touch event handling to QWasmWindowMikolaj Boc2023-02-141-2/+11
* 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-0/+76
* Handle the wheel event in the wasm windowMikolaj Boc2023-01-221-0/+41
* Handle the drop event in the wasm window elementMikolaj Boc2023-01-201-20/+93
* wasm: sync pointer button state on pointer downMorten Sørvig2023-01-061-0/+8
* 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-2/+3
* Resize wasm windows using a div outlineMikolaj Boc2022-12-051-0/+1
* Use offsetX/offsetY for pointer eventsMikolaj Boc2022-11-021-1/+1
* Improve window dragging on WASMMikolaj Boc2022-07-251-0/+53