@pixi/events
Advanced tools
Comparing version
@@ -61,2 +61,16 @@ import { FederatedMouseEvent } from './FederatedMouseEvent'; | ||
twist: number; | ||
/** | ||
* The angle in radians of a pointer or stylus measuring the vertical angle between | ||
* the device's surface to the pointer or stylus. | ||
* A stylus at 0 degrees would be directly parallel whereas at π/2 degrees it would be perpendicular. | ||
* @see https://developer.mozilla.org/docs/Web/API/PointerEvent/altitudeAngle) | ||
*/ | ||
altitudeAngle: number; | ||
/** | ||
* The angle in radians of a pointer or stylus measuring an arc from the X axis of the device to | ||
* the pointer or stylus projected onto the screen's plane. | ||
* A stylus at 0 degrees would be pointing to the "0 o'clock" whereas at π/2 degrees it would be pointing at "6 o'clock". | ||
* @see https://developer.mozilla.org/docs/Web/API/PointerEvent/azimuthAngle) | ||
*/ | ||
azimuthAngle: number; | ||
/** This is the number of clicks that occurs in 200ms/click of each other. */ | ||
@@ -63,0 +77,0 @@ detail: number; |
{ | ||
"name": "@pixi/events", | ||
"version": "7.4.2", | ||
"version": "7.4.3", | ||
"main": "lib/index.js", | ||
@@ -46,5 +46,5 @@ "module": "lib/index.mjs", | ||
"peerDependencies": { | ||
"@pixi/core": "7.4.2", | ||
"@pixi/display": "7.4.2" | ||
"@pixi/core": "7.4.3", | ||
"@pixi/display": "7.4.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
568406
0.43%5326
0.26%