etternagame / etterna

Advanced cross-platform rhythm game focused on keyboard play
https://etternaonline.com/
MIT License
474 stars 132 forks source link

Fix ForceOffAfterUse not disabling debug menu input #1310

Open quaristice opened 1 week ago

quaristice commented 1 week ago

ForceOffAfterUse used to keep the debug menu listening to input while visually closing it. Now it doesn't do that.

However, there's still a problem where after exiting out of the debug menu with it the next F3 input gets eaten, requiring two F3 inputs to open the menu again. I tried fixing this tonight but wasn't able to. Up to you whether it's fine to merge it like this or if that should be figured out first