PIXI Controls: Fix dpad move event on Edit Mode close

This commit is contained in:
OleSTEEP 2024-02-16 00:00:39 +03:00
parent ff890a2894
commit 322a754bf6

View file

@ -334,6 +334,7 @@ ONSControls.clearInteractive = function() {
for (elem of this.getControlElements()) {
elem.removeAllListeners();
}
this._dPadContainer.upAll();
// Clear status of VirtualGamepad
VirtualGamepad.clearState();
}