File tree Expand file tree Collapse file tree 2 files changed +8
-18
lines changed Expand file tree Collapse file tree 2 files changed +8
-18
lines changed Original file line number Diff line number Diff line change 76
76
]
77
77
}
78
78
},
79
- "DeviceMotionEventAcceleration" : {
80
- "noInterfaceObject" : true
81
- },
82
- "DeviceMotionEventRotationRate" : {
83
- "noInterfaceObject" : true
84
- },
85
79
"HTMLImageElement" : {
86
80
"name" : " HTMLImageElement" ,
87
81
"properties" : {
132
126
],
133
127
"events" : {
134
128
"event" : [
135
- {
136
- "name" : " devicemotion" ,
137
- "type" : " DeviceMotionEvent"
138
- },
139
- {
140
- "name" : " deviceorientation" ,
141
- "type" : " DeviceOrientationEvent"
142
- },
143
- {
144
- "name" : " deviceorientationabsolute" ,
145
- "type" : " DeviceOrientationEvent"
146
- },
147
129
{
148
130
"name" : " gamepadconnected" ,
149
131
"type" : " GamepadEvent"
Original file line number Diff line number Diff line change
1
+ interface DeviceMotionEventAcceleration noInterfaceObject= #true
2
+ interface DeviceMotionEventRotationRate noInterfaceObject= #true
3
+
4
+ interface Window {
5
+ event devicemotion type= DeviceMotionEvent
6
+ event deviceorientation type= DeviceOrientationEvent
7
+ event deviceorientationabsolute type= DeviceOrientationEvent
8
+ }
You can’t perform that action at this time.
0 commit comments