roguelike-tutorial icon indicating copy to clipboard operation
roguelike-tutorial copied to clipboard

Keypresses fall through.

Open ElectricCoffee opened this issue 6 years ago • 0 comments

The resulting game has a curious bug that causes key events to 'fall through', where if you open your inventory, then use an item that shares a key with a different command, the item will be used and the other command will be executed immediately after.

The source of this issue is unknown, but it is speculated to arise from the input event handler within menus.

@tomassedovic and I have already discussed this issue over email, and are putting this forward as an issue on the repo.

ElectricCoffee avatar May 13 '19 15:05 ElectricCoffee