Home
last modified time | relevance | path

Searched refs:TOUCH_DOWN (Results 1 – 2 of 2) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dmulti-touch-viewer.c95 case TOUCH_DOWN: in update_touch_point()
114 (ev == TOUCH_DOWN) ? "DOWN" : "UP"); in update_touch_point()
153 TOUCH_DOWN, in touch_handle_down()
553 case TOUCH_DOWN: in signal_handler()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/include/
Dutil.h48 TOUCH_DOWN = (1 << 0), enumerator