summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/html5/qhtml5cursor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* wasm: rename platform, refactor files and other thingsLorn Potter2018-07-161-131/+0
| | | | | | Task-number: QTBUG-69168 Change-Id: I78a3ad5e16fbb1046eedf2056583c022f7a27d5b Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* wasm: clean up platform pluginLorn Potter2018-06-201-1/+1
| | | | | Change-Id: Id1394c186f287d14fddf572e83eb3982d7cc8cf5 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* wasm: clean up used and unused qDebugsLorn Potter2018-05-161-1/+0
| | | | | Change-Id: Id4cead54b2dea9258ee8423a84d9e3a187056203 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* wasm: make sure cursor has argument passed to jsLorn Potter2018-02-211-1/+1
| | | | | Change-Id: I120e0e3cb3c12be16a569b9b4ca81b83f64ff709 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* wasm: user Pointer_stringify() directlyMorten Johan Sørvig2018-02-091-1/+1
| | | | | | | | The function is not exported via the Module on newer emscripten versions. Change-Id: I720865b244b1e453fa46990e9cf114571ea0cf49 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* wasm: add basic cursor shape setting supportMorten Johan Sørvig2017-12-041-0/+132
Map Qt cursor shapes to HTML cursor names. Inject Javascript to set style.cursor using EM_ASM. (A html5.h API could not be found.) Bitmap/custom cursors are not implemented, and neither is multi-window support. The cursor map has some missing entries. Change-Id: I5fe60f7e9d5c1eb0dda86cff7d173d941007b532 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>