Herysia / CustomKeyBinds

Among us mod which allows you to change keybinds from the game menu
MIT License
17 stars 2 forks source link

Fix issue with Escape Key #1

Closed terrainwax closed 3 years ago

terrainwax commented 3 years ago

This issue is cause By unity key handler system Input.getKeyUp is delay compare to getInput So we need to wait to receive the event on Update function to catch it and re allow escape key to be pressed to exit the window

Herysia commented 3 years ago

Can you please commit your changes on v2020.9.9s Branch to keep them both up to date ? I'll then merge the changes into master. Or, if you know a way for me to do it by editing your PR, tell me please.

terrainwax commented 3 years ago

I have made a new PR to handle 2020.9.9s

Herysia commented 3 years ago

Closed by https://github.com/Herysia/CustomKeyBinds/pull/2