You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VideoStreamingManager currently does not support multi-touch events. Because OnTouchEvent RPC can notify multiple TouchEvents, VideoStreamingManager should support them.
Reproduction Steps
Start VPM
Made some multi-touch gesture.
See how ON_TOUCH_EVENT notification listener in VideoStreamingManager handles the OnTouchEvent.
Expected Behavior
When OnTouchEvent in RPC notification contains multiple TouchEvents, VideoStreamingManager should handle all of them.
Observed Behavior
VideoStreamingManager handles single MotionEvent in this case.
OS & Version Information
Android Version: Android 9.0
SDL Android Version: sdl_android develop branch at 2facdae
Testing Against: SDL Core 4.5 + our own HMI.
Test Case, Sample Code, and / or Example App
Will make a PR later.
The text was updated successfully, but these errors were encountered:
shiniwat
pushed a commit
to XevoInc/sdl_android
that referenced
this issue
Feb 5, 2019
Bug Report
VideoStreamingManager currently does not support multi-touch events. Because OnTouchEvent RPC can notify multiple TouchEvents, VideoStreamingManager should support them.
Reproduction Steps
Expected Behavior
When OnTouchEvent in RPC notification contains multiple TouchEvents, VideoStreamingManager should handle all of them.
Observed Behavior
VideoStreamingManager handles single MotionEvent in this case.
OS & Version Information
Test Case, Sample Code, and / or Example App
Will make a PR later.
The text was updated successfully, but these errors were encountered: