Home
last modified time | relevance | path

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

/device/soc/bestechnic/bes2600/liteos_m/components/ui/
Dtouch_input.cpp40 … (msg->event != TOUCH_EVENT_UP && msg->event != TOUCH_EVENT_DOWN && msg->event != TOUCH_EVENT_MOVE) in IsValidTouchMsg()
55 if (tmp[i].event == TOUCH_EVENT_MOVE) { in Read()
/device/soc/bestechnic/bes2600/liteos_m/components/drivers/touch/include/
Dtouch_if.h27 #define TOUCH_EVENT_MOVE (0x03) macro
/device/soc/bestechnic/bes2600/liteos_m/components/drivers/touch/
Dtouch_ztw523.c167 msg->event = TOUCH_EVENT_MOVE; in ztw_get_point()