Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_touch_driver_generic_resistive.c94 touch -> gx_resistive_touch_last_touch_state = GX_TOUCH_STATE_TOUCHED; in _gx_touch_driver_generic_resistive_pen_down_event_send()
214 touch -> gx_resistive_touch_last_touch_state = GX_TOUCH_STATE_RELEASED; in _gx_touch_driver_generic_resistive_pen_up_event_send()
707 if (touch -> gx_resistive_touch_last_touch_state == GX_TOUCH_STATE_TOUCHED) in _gx_touch_driver_generic_resistive_update()
718 if (touch -> gx_resistive_touch_last_touch_state == GX_TOUCH_STATE_TOUCHED) in _gx_touch_driver_generic_resistive_update()
/GUIX-v6.2.1/common/inc/
Dgx_api.h2929 USHORT gx_resistive_touch_last_touch_state; member