deep-entertainment / issues

Issue tracker for deep Entertainment projects
1 stars 0 forks source link

[EGOVENTURE] Disable keys when space is being held #36

Closed MikaelNyqvist closed 1 year ago

MikaelNyqvist commented 1 year ago

When the space bar is being held, to reveal the Hotspot Indicator, and certain keys are pressed at the same time, various peculiar things can happen:

When space is held, and escape is pressed, the Hotspot Indicators will remain static on screen, and the mouse cursor disappears.

When space is held, and an item in the inventory is right-clicked, the Hotspot Indicators will remain static, with an active mouse cursor, until the next scene change.

When space is held, and a hotspot is left-clicked, the mouse cursor disappears if the click leads to a scene change that only contains a hotspot for which the Hotspot Indicator has been disabled.

The solution to all of the above would be to not allow mouse events or escape while the space bar is being held.