Home
last modified time | relevance | path

Searched refs:grab_touch_id (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/libweston/
Ddata-device.c755 if (touch_id != touch->grab_touch_id) in drag_grab_touch_up()
792 if (touch_id != touch->grab_touch_id) in drag_grab_touch_motion()
Dinput.c2386 if (touch_id == touch->grab_touch_id && touch_type != WL_TOUCH_UP) { in process_touch_normal()
2415 touch->grab_touch_id = touch_id; in process_touch_normal()
/third_party/weston/include/libweston/
Dlibweston.h610 int grab_touch_id; member