I see mouse events are passed to the underlying Android TextureView, right (haven't tried it myself)?
Do you believe it would be possible to convert QTouchEvent to Android MoveEvent too?
Imagine use case: Sygic can create MapView with type of android.view.TextureView. So we instantiate Sygic navigation via JNI, get TextureView, pass it to the QQuickAndroidOffscreenView, and get "QtQuick-native" navigation component that fits based on Sygic..?
Or maybe QTouchEvent would loose information, or provide some latency, making touch unusable?
Thanks!