PZ-UI_API
PZ-UI_API copied to clipboard
Using :setEnterFunc() causes the game to freeze
If I assign an enter function to an entry field and then press "Enter", the game no longer responds to any key press. The only way to make it work again is to press any UI element with a mouse cursor.
Using the same function binded to "Enter", but some other way (i.e. via custom hotkey or a button) doesn't cause this problem.