Lines Matching defs:touch
79 struct touch {138 /* touch positions */139 struct touch touches[32];1433 struct touch *touch;1439 touch = &w->touches[slot];1443 touch->state = TOUCH_ENDED;1446 touch->state = TOUCH_CANCELLED;1455 touch->state = TOUCH_ACTIVE;1456 touch->x = (int)x;1457 touch->y = (int)y;