Searched defs:touch_state (Results 1 – 2 of 2) sorted by relevance
89 struct touch_state { struct90 int x;91 int y;92 bool button;
58 bool touch_state; /* is the touch valid? */ member