You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onPostUpdate(engine,delta){if(engine.input.keyboard.wasReleased(Keys.Space)){console.log("go to the intro, called multiple times when spamming the space bar")engine.goToScene('intro')}}
Expected Result
wasReleased() and related methods should return false when input is blocked
Actual Result
Methods still work
Environment
browsers and versions: Chrome Latest
operating system: Win11
Excalibur versions: v30 Alpha
Current Workaround
Use the Scene.onTransition hook or inspect the transition object onStart or onEnd hooks
The text was updated successfully, but these errors were encountered:
eonarheim
added
the
bug
This issue describes undesirable, incorrect, or unexpected behavior
label
Jun 1, 2024
Steps to Reproduce
then in scene
Expected Result
wasReleased()
and related methods should return false when input is blockedActual Result
Methods still work
Environment
Current Workaround
Use the
Scene.onTransition
hook or inspect the transition objectonStart
oronEnd
hooksThe text was updated successfully, but these errors were encountered: