Home | History | Annotate | Download | only in plugins

Lines Matching full:touch

33 // used for key, mouse, and touch inputs
37 "move", /* touch only */
38 "cancel", /* touch only */
39 "longPress", /* touch only */
40 "doubleTap" /* touch only */
87 evt->data.touch.x, evt->data.touch.y);
94 if(evt->data.touch.action < ARRAY_COUNT(inputActions)) {
96 anp_logPlugin("%p EVENT::TOUCH[%d] time=%d action=%s [%d %d]",
98 inputActions[evt->data.touch.action], evt->data.touch.x,
99 evt->data.touch.y);
101 anp_logPlugin("%p EVENT::TOUCH[%d] unknown action", npp, returnVal);