Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dmulti-touch-viewer.c82 struct event_log elog; in update_touch_point() local
118 elog.event = ev; in update_touch_point()
119 elog.x = x; in update_touch_point()
120 elog.y = y; in update_touch_point()
121 elog.id = id; in update_touch_point()
122 elog.time = time; in update_touch_point()
123 log_array_add(&p_params->log_array, &elog); in update_touch_point()