Qt 6.11 is out! See what's new in the release
blog
ScrollView and multi touch
-
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.