Skip to content
New issue

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

Document that Input.is_action_* should not be used during input-handling #80185

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

Sauermann
Copy link
Contributor

In most cases InputEvent.is_action* is more appropriate during input-handling.

close #80158 which shows this misunderstanding.

doc/classes/Input.xml Outdated Show resolved Hide resolved
@Sauermann Sauermann force-pushed the fiix-action-event-doc branch 2 times, most recently from fe84fb9 to cf2759b Compare August 4, 2023 05:34
doc/classes/Input.xml Outdated Show resolved Hide resolved
doc/classes/Input.xml Outdated Show resolved Hide resolved
…dling

In most cases `InputEvent.is_action*` is more appropriate during input-handling.
@akien-mga
Copy link
Member

akien-mga commented Nov 10, 2023

I committed the suggestions and squashed myself as I know Sauermann was busy.

@akien-mga akien-mga merged commit 5a0c6a8 into godotengine:master Nov 10, 2023
15 checks passed
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

when the mouse is moving quickly and clicked, the click event is triggered twice
4 participants