Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8122797

EGLFB: No move or drag events on simple touch screen

XMLWordPrintable

      Moves and drags are working for screens that send multitouch events but not for screens that send simple touch events. The following does not generate a move or drag event:

      EV_KEY BTN_TOUCH 1
      EV_ABS ABS_X 0
      EV_ABS ABS_Y 0
      EV_SYN
      EV_ABS ABS_X 1000
      EV_ABS ABS_Y 1000
      EV_SYN
      EV_KEY BTN_TOUCH 0
      EV_ABS ABS_X 1000
      EV_ABS ABS_Y 1000
      EV_SYN

      Added some tests to FuzzyTapTest to check for this: the tests are tap3(), tap3a() and tap3b(). All fail.

            ayavnai Assaf Yavnai (Inactive)
            dblaukop Daniel Blaukopf (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: