File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10340,15 +10340,15 @@ specified sequence of user input actions.
10340
10340
}
10341
10341
10342
10342
input.PointerCommonProperties = (
10343
- ? width: js-uint .default 1 ,
10344
- ? height: js-uint .default 1 ,
10345
- ? pressure: float .default 0.0 ,
10346
- ? tangentialPressure: float .default 0.0 ,
10347
- ? twist: ( 0..359) .default 0 ,
10343
+ ? width: js-uint,
10344
+ ? height: js-uint,
10345
+ ? pressure: float,
10346
+ ? tangentialPressure: float,
10347
+ ? twist: 0..359,
10348
10348
; 0 .. Math.PI / 2
10349
- ? altitudeAngle: ( 0.0..1.5707963267948966) .default 0.0,
10349
+ ? altitudeAngle: 0.0..1.5707963267948966
10350
10350
; 0 .. 2 * Math.PI
10351
- ? azimuthAngle: ( 0.0..6.283185307179586) .default 0.0 ,
10351
+ ? azimuthAngle: 0.0..6.283185307179586,
10352
10352
)
10353
10353
10354
10354
input.Origin = "viewport" / "pointer" / input.ElementOrigin
You can’t perform that action at this time.
0 commit comments