Searched defs:tpad_touch (Results 1 – 1 of 1) sorted by relevance
125 struct tpad_touch { struct126 u_int flags;127 enum touchstates state;128 int x;129 int y;130 int dir;131 struct timespec start;132 struct timespec match;133 struct position *pos;134 struct {[all …]