Searched refs:TOUCH_EVENT_NONE (Results 1 – 3 of 3) sorted by relevance
29 #define TOUCH_EVENT_NONE (0x80) macro
60 … if (msg.event != TOUCH_EVENT_NONE && memcmp(&msg, &last_msg, sizeof(struct touch_msg)) != 0) { in touch_task()
179 msg->event = TOUCH_EVENT_NONE; in ztw_get_point()