File tree 1 file changed +12
-7
lines changed
1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -10340,14 +10340,19 @@ 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,
10343
+ ; Defaults to 1
10344
+ ? width: js-uint,
10345
+ ; Defaults to 1
10346
+ ? height: js-uint,
10347
+ ; Defaults to 0.0
10348
+ ? pressure: float,
10349
+ ; Defaults to 0.0
10350
+ ? tangentialPressure: float,
10351
+ ; Defaults to 0
10347
10352
? twist: (0..359) .default 0,
10348
- ; 0 .. Math.PI / 2
10349
- ? altitudeAngle: (0.0..1.5707963267948966) .default 0.0 ,
10350
- ; 0 .. 2 * Math.PI
10353
+ ; 0 .. Math.PI / 2, defaults to 0.0
10354
+ ? altitudeAngle: (0.0..1.5707963267948966),
10355
+ ; 0 .. 2 * Math.PI, defaults to 0.0
10351
10356
? azimuthAngle: (0.0..6.283185307179586) .default 0.0,
10352
10357
)
10353
10358
You can’t perform that action at this time.
0 commit comments