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 how focus and mouse events affect signals in Control #44257

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 8, 2021

  1. Docs - Closes godotengine/godot-docs#4266.

    Specified how holding mouse button down blocks other controls until release.
    Corrected 2 false statements in `_gui_input()`.
    Added more precise details to
    - `_gui_input()`,
    - signal `mouse_entered`,
    - signal `mouse_exited`,
    - `enum MouseFilter`.
    Added cross-references to
    - `NOTIFICATION_MOUSE_ENTER`
    - `NOTIFICATION_MOUSE_EXIT`
    - property `mouse_filter`
    Added InputEvent tutorial to Tutorial section.
    Fixed 2 miscellaneous typos.
    gamepad-coder committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    681299a View commit details
    Browse the repository at this point in the history