Announcement

Collapse
No announcement yet.

when wl_touch::frame is exactly invoked?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • when wl_touch::frame is exactly invoked?

    Hi,

    I am trying to make qtwayland module work for the touch interface.

    When wl_touch::frame is exactly invoked?

  • #2
    similarly to a full SYN_REPORT in evdev, at the end of a coherent sequence of touches. so if you go from one to two fingers down, then release the first, then the second, you'll get:

    touch one
    frame

    touch one
    touch two
    frame

    touch two
    frame

    Comment

    Working...
    X