ScrollView and multi touch
Unsolved
QML and Qt Quick
-
wrote on 7 Apr 2020, 12:40 last edited by
Hi, if multi touch support is not there in embedded device, will QML scrollview work?
To detect scrolling events is multi touch necessary? -
Hi, if multi touch support is not there in embedded device, will QML scrollview work?
To detect scrolling events is multi touch necessary?@manny_lp
if your embedded device doesnt support touch events it will most probably support/emulate mouse events instead.
so yes, it will work.
1/2