Home | History | Annotate | Download | only in touch

Lines Matching full:touches

2 PASS event.touches[0].clientX is 100
3 PASS event.touches[0].clientY is 100
4 PASS event.touches[0].pageX is 100
5 PASS event.touches[0].pageY is 100
8 PASS event.touches[0].clientX is 83
9 PASS event.touches[0].clientY is 83
10 PASS event.touches[0].pageX is 83
11 PASS event.touches[0].pageY is 83
14 PASS event.touches[0].clientX is 100
15 PASS event.touches[0].clientY is 100
16 PASS event.touches[0].pageX is 150
17 PASS event.touches[0].pageY is 150
20 PASS event.touches[0].clientX is 84
21 PASS event.touches[0].clientY is 84
22 PASS event.touches[0].pageX is 133
23 PASS event.touches[0].pageY is 133