We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the documentation stating flow order for input events (https://docs.godotengine.org/en/3.1/tutorials/inputs/inputevent.html#what-is-it)
_unhandled_key_input()
Is missing from the diagram and all text referring to input events other than the class library documentation.
It is called after _unhandled_input(), but I am not sure if it is called before or after CollisionObject _input_event()
Hope this helps.
Current as of 3.1 documentation
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In the documentation stating flow order for input events (https://docs.godotengine.org/en/3.1/tutorials/inputs/inputevent.html#what-is-it)
_unhandled_key_input()
Is missing from the diagram and all text referring to input events other than the class library documentation.
It is called after _unhandled_input(), but I am not sure if it is called before or after CollisionObject _input_event()
Hope this helps.
Current as of 3.1 documentation
The text was updated successfully, but these errors were encountered: