-
Suggestion
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
5.12.0
-
None
-
Apple tvOS 12.1
Qt 5.12
We are trying to port some apps to Apple tvOS, the process went well except event processing.
It appears any tap on the touch area of the remote control would translate into key event (up/down/left/right) and touch events.
The touch events causes more trouble than it worth, ListView / Popup no long work properly with the translated Touch/Mouse event, because the first tap is always on center on screen, and it may hit any UI item in that way.
Our app is already working good on keys, it works great on Android with remote control, thus it would be great to completely disable the touch events on tvOS (an environment variable would be fine).
Any apps want to receive touch events should be able to use Input Handler (I think it is using other event dispatcher, no?)