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

3.x #24

Merged
merged 2 commits into from
Oct 1, 2024
Merged

3.x #24

merged 2 commits into from
Oct 1, 2024

Commits on Sep 29, 2024

  1. Add warning when calling is_action_just_pressed() from _input()

    Calling `is_action_just_pressed()` and `is_action_just_released()` from `_input()` is liable to cause duplicate detection bugs in user code.
    lawnjelly committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    287bc6f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge pull request #97575 from lawnjelly/warn_input_just_pressed

    [3.x] Add warning when calling `is_action_just_pressed()` from `_input()`
    lawnjelly authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    019ca01 View commit details
    Browse the repository at this point in the history