@pixi/events
Advanced tools
Comparing version 7.0.3 to 7.1.0-alpha
@@ -70,2 +70,7 @@ import { EventBoundary } from './EventBoundary'; | ||
init(): void; | ||
/** | ||
* Handle changing resolution. | ||
* @ignore | ||
*/ | ||
resolutionChange(resolution: number): void; | ||
/** Destroys all event listeners and detaches the renderer. */ | ||
@@ -72,0 +77,0 @@ destroy(): void; |
@@ -45,2 +45,5 @@ 'use strict'; | ||
} | ||
resolutionChange(resolution) { | ||
this.resolution = resolution; | ||
} | ||
destroy() { | ||
@@ -47,0 +50,0 @@ this.setTargetElement(null); |
{ | ||
"name": "@pixi/events", | ||
"version": "7.0.3", | ||
"version": "7.1.0-alpha", | ||
"main": "lib/index.js", | ||
@@ -49,3 +49,3 @@ "module": "lib/index.mjs", | ||
], | ||
"gitHead": "1a8c89762cc348a7cb7c5f97b0cf97b2695c38b9" | ||
"gitHead": "0fb26a500c738cb550da277c112d15d9dd3f87b6" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
477681
3734
1