Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-63491

[Android]: Send all the touch points available including the historical points when a motion event is received

XMLWordPrintable

    • Android

      Send all the touch points available including the historical points when a motion event is received. As sendTouchEvent is called with a MotionEvent that also has access to the historical points then it should send these as touch events too in order to ensure that this information can be received by the application unless compression is explicitly desired.

      As indicated in the documentation here:

      https://developer.android.com/reference/android/view/MotionEvent.html#getHistorySize()

      There is data that is not being passed on, so it would be good to pass this on to the application to decide what to do with it.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qtandroidteam Qt Android Team
            andysh Andy Shaw
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes