Home
last modified time | relevance | path

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

/bsp/mini2440/drivers/
A Dtouch.c195 struct rt_touch_event touch_event; in report_touch_input() local
228 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()
/bsp/nxp/imx/imxrt/imxrt1060-nxp-evk/applications/lvgl/
A Dlv_port_indev.c229 touch_event_t touch_event; in DEMO_ReadTouch() local
235 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()
/bsp/nuvoton/libraries/nu_packages/TPC/
A Dft5446.c140 rt_int32_t touch_event, touchid; in ft5446_read_point() local
186 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()
A Dst1663i.c140 rt_int32_t touch_event, touchid; in st1663i_read_point() local
184 touch_event = sStRegMap.m_sTP[i].u8Valid; in st1663i_read_point()
191 if (touch_event) in st1663i_read_point()

Completed in 11 milliseconds