InputHandler now ignores pointer down/up when this flag is true, preventing drag/pan or ghost moves while clicking the controls.

This commit is contained in:
Ryan Barlow
2026-01-03 20:49:43 +00:00
parent c8509a77ac
commit f7fc652026
5 changed files with 19 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ describe("InputHandler AutoUpgrade", () => {
ghostStructure: null,
rocketDirectionUp: true,
lockedGhostTile: null,
overGhostControls: false,
},
mockCanvas,
eventBus,