Searched refs:WL_TOUCH_DOWN (Results 1 – 7 of 7) sorted by relevance
/third_party/weston/tests/ |
D | touch-test.c | 79 send_touch(client, &t1, WL_TOUCH_DOWN); in TEST() 101 send_touch(client, &t1, WL_TOUCH_DOWN); in TEST() 119 send_touch(client, &t1, WL_TOUCH_DOWN); in TEST()
|
/third_party/weston/libweston/ |
D | touch-calibration.c | 108 if (touch_type == WL_TOUCH_DOWN) in notify_touch_calibrator() 144 case WL_TOUCH_DOWN: in notify_touch_calibrator()
|
D | bindings.c | 388 if (touch->num_tp != 1 || touch_type != WL_TOUCH_DOWN) in weston_compositor_run_touch_binding()
|
D | libinput-device.c | 462 handle_touch_with_coords(device, touch_event, WL_TOUCH_DOWN); in handle_touch_down()
|
D | input.c | 2392 case WL_TOUCH_DOWN: in process_touch_normal() 2580 case WL_TOUCH_DOWN: in notify_touch_normalized()
|
/third_party/wayland_standard/tests/data/ |
D | example-server.h | 3776 #define WL_TOUCH_DOWN 0 macro 3832 wl_resource_post_event(resource_, WL_TOUCH_DOWN, serial, time, surface, id, x, y); in wl_touch_send_down()
|
/third_party/weston/libweston/backend-wayland/ |
D | wayland.c | 2166 notify_touch(input->touch_device, &ts, id, x, y, WL_TOUCH_DOWN); in input_handle_touch_down()
|