fsharp-wolfenstein icon indicating copy to clipboard operation
fsharp-wolfenstein copied to clipboard

Browser version has glitches with keyboard

Open kant2002 opened this issue 2 years ago • 2 comments

Approximately following process to replicate

  • Press Left Arrow. Do not release.
  • Wait until some glitch happens.
  • Release Left arrow
  • Press Right Arrow
  • Release Right Arrow

Enjoy world spinning around you. Can be replicated with Up and Down as well.

kant2002 avatar Jun 19 '22 06:06 kant2002

Thanks - its on the backlog!

JamesRandall avatar Jun 24 '22 06:06 JamesRandall

There is similar code in desktop\Program.fs, where both add_KeyDown and add_KeyUp have the same logic gameState <- controlStateHandlerResult gameState controlState, but I could not reproduce the bug on the desktop.

carlcom avatar Jan 11 '24 01:01 carlcom