Lines Matching refs:touches
744 touches = [
752 for t in touches:
754 r = uhdev.event(touches)
757 for i, t in enumerate(touches):
764 for t in touches:
769 r = uhdev.event(touches)
772 for i, t in enumerate(touches):
1075 touches = [Touch(i, i * 10, i * 10 + 5) for i in range(uhdev.max_contacts)]
1080 while touches:
1081 t = touches[: uhdev.touches_in_a_report]
1082 touches = touches[uhdev.touches_in_a_report :]
1095 if touches: