Searched refs:touch_event (Results 1 – 4 of 4) sorted by relevance
195 struct rt_touch_event touch_event; in report_touch_input() local228 touch_event.x = touch->x; in report_touch_input()229 touch_event.y = touch->y; in report_touch_input()230 touch_event.pressed = 1; in report_touch_input()236 touch->eventpost_func(touch->eventpost_param, &touch_event); in report_touch_input()242 touch_event.x = touch->x; in report_touch_input()243 touch_event.y = touch->y; in report_touch_input()244 touch_event.pressed = 0; in report_touch_input()249 touch->calibration_func(touch_event.x, touch_event.y); in report_touch_input()254 touch->eventpost_func(touch->eventpost_param, &touch_event); in report_touch_input()
229 touch_event_t touch_event; in DEMO_ReadTouch() local235 if (kStatus_Success == FT5406_RT_GetSingleTouch(&touchHandle, &touch_event, &touch_x, &touch_y)) in DEMO_ReadTouch()237 if ((touch_event == kTouch_Down) || (touch_event == kTouch_Contact)) in DEMO_ReadTouch()
140 rt_int32_t touch_event, touchid; in ft5446_read_point() local186 touch_event = sFtRegMap.m_sTP[i].u8EvtFlag; in ft5446_read_point()196 if ((touch_event == FT_EVENTFLAG_PRESS_DOWN) || (touch_event == FT_EVENTFLAG_CONTACT)) in ft5446_read_point()
140 rt_int32_t touch_event, touchid; in st1663i_read_point() local184 touch_event = sStRegMap.m_sTP[i].u8Valid; in st1663i_read_point()191 if (touch_event) in st1663i_read_point()
Completed in 11 milliseconds