|
16 | 16 | { "name": "mouseout", "status": "No" } |
17 | 17 | ] |
18 | 18 | }, |
| 19 | + { |
| 20 | + "id": "touch", |
| 21 | + "name": "Touch", |
| 22 | + "entries": [ |
| 23 | + { "name": "touchstart", "status": "No" }, |
| 24 | + { "name": "touchend", "status": "No" }, |
| 25 | + { "name": "touchmove", "status": "No" }, |
| 26 | + { "name": "touchcancel", "status": "No" }, |
| 27 | + ] |
| 28 | + }, |
| 29 | + { |
| 30 | + "id": "pointer", |
| 31 | + "name": "Pointer", |
| 32 | + "entries": [ |
| 33 | + { "name": "pointerdown", "status": "No" }, |
| 34 | + { "name": "pointerup", "status": "No" }, |
| 35 | + { "name": "pointermove", "status": "No" }, |
| 36 | + { "name": "pointercancel", "status": "No" }, |
| 37 | + { "name": "pointerover", "status": "No" }, |
| 38 | + { "name": "pointerout", "status": "No" }, |
| 39 | + { "name": "pointerenter", "status": "No" }, |
| 40 | + { "name": "pointerleave", "status": "No" }, |
| 41 | + { "name": "pointerrawupdate", "status": "No" }, |
| 42 | + ] |
| 43 | + }, |
19 | 44 | { |
20 | 45 | "id": "scroll-wheel", |
21 | 46 | "name": "Scroll / Wheel", |
|
100 | 125 | { "name": "resize", "status": "No" }, |
101 | 126 | ] |
102 | 127 | }, |
103 | | - { |
104 | | - "id": "touch", |
105 | | - "name": "Touch", |
106 | | - "entries": [ |
107 | | - { "name": "touchstart", "status": "No" }, |
108 | | - { "name": "touchend", "status": "No" }, |
109 | | - { "name": "touchmove", "status": "No" }, |
110 | | - { "name": "touchcancel", "status": "No" }, |
111 | | - ] |
112 | | - }, |
113 | | - { |
114 | | - "id": "pointer", |
115 | | - "name": "Pointer", |
116 | | - "entries": [ |
117 | | - { "name": "pointerdown", "status": "No" }, |
118 | | - { "name": "pointerup", "status": "No" }, |
119 | | - { "name": "pointermove", "status": "No" }, |
120 | | - { "name": "pointercancel", "status": "No" }, |
121 | | - { "name": "pointerover", "status": "No" }, |
122 | | - { "name": "pointerout", "status": "No" }, |
123 | | - { "name": "pointerenter", "status": "No" }, |
124 | | - { "name": "pointerleave", "status": "No" }, |
125 | | - { "name": "pointerrawupdate", "status": "No" }, |
126 | | - ] |
127 | | - }, |
128 | 128 | { |
129 | 129 | "id": "drap-and-drop", |
130 | 130 | "name": "Drag & Drop", |
|
0 commit comments