Lines Matching defs:tpad_touch
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 {138 } orig;