Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Don't override key input state from Lua script"
This reverts commit d8a53ce. There is no safe way to remove this. The problem appears when the first line of the script (or around the first line) there is a line that sets the key input state. This line may be executed before or after the input is initialized in the main loop, and it isn't trivial to fix it. Instead of fixing it, it's better to ask the scripts to wait for at least one frame before setting the key input state.
- Loading branch information