This commit is contained in:
Sylvain Pollet-Villard 2021-07-08 23:55:55 +02:00
parent 2abe9e323f
commit 7a4cdcf807

2
types/phaser.d.ts vendored
View file

@ -5544,7 +5544,7 @@ declare namespace Phaser {
/**
* Should the DOM Container that is created (if `dom.createContainer` is true) be positioned behind (true) or over the top (false, the default) of the game canvas?
*/
readonly domBehindCanvas: boolean;
readonly domBehindCanvas: boolean;
/**
* The default `pointerEvents` attribute set on the DOM Container.