@babylonjs/gui
Advanced tools
Comparing version 4.0.0-alpha.28 to 4.0.0-alpha.29
@@ -80,2 +80,3 @@ import { Nullable } from "@babylonjs/core/types"; | ||
private _rootCanvas; | ||
private _cursorChanged; | ||
/** | ||
@@ -82,0 +83,0 @@ * Define type to string to ensure compatibility across browsers |
@@ -56,2 +56,3 @@ import * as tslib_1 from "tslib"; | ||
_this._renderScale = 1; | ||
_this._cursorChanged = false; | ||
/** | ||
@@ -607,2 +608,3 @@ * Define type to string to ensure compatibility across browsers | ||
this._rootCanvas.style.cursor = cursor; | ||
this._cursorChanged = true; | ||
} | ||
@@ -632,2 +634,3 @@ }; | ||
} | ||
this._cursorChanged = false; | ||
if (!this._rootContainer._processPicking(x, y, type, pointerId, buttonIndex)) { | ||
@@ -642,2 +645,5 @@ this._changeCursor(""); | ||
} | ||
if (!this._cursorChanged) { | ||
this._changeCursor(""); | ||
} | ||
this._manageFocus(); | ||
@@ -644,0 +650,0 @@ }; |
@@ -7,3 +7,3 @@ { | ||
"description": "The Babylon.js GUI library is an extension you can use to generate interactive user interface. It is build on top of the DynamicTexture.", | ||
"version": "4.0.0-alpha.28", | ||
"version": "4.0.0-alpha.29", | ||
"repository": { | ||
@@ -198,3 +198,3 @@ "type": "git", | ||
"dependencies": { | ||
"@babylonjs/core": "4.0.0-alpha.28", | ||
"@babylonjs/core": "4.0.0-alpha.29", | ||
"tslib": "^1.9.3" | ||
@@ -201,0 +201,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1638959
17499
+ Added@babylonjs/core@4.0.0-alpha.29(transitive)
- Removed@babylonjs/core@4.0.0-alpha.28(transitive)