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

Fix viewport gui input order for 3.x #55339

Closed

Conversation

zhehangd
Copy link
Contributor

Backport #55300 to 3.x to fix #48401.

This creates a new public function Viewport::gui_input and changes the behavior of Viewport::input which will no longer handle gui inputs. This might be considered as a breaking change.

For pojects using subviewports with GUI this bug is terrible, as no GUI Control node over the viewport can receive any gui_input, such as menus, popup dialogs, etc.

@zhehangd zhehangd requested review from a team as code owners November 26, 2021 03:26
@zhehangd zhehangd changed the title Fix viewport input order Fix viewport gui input order for 3.x Nov 26, 2021
@YeldhamDev YeldhamDev added this to the 3.5 milestone Nov 26, 2021
@akien-mga akien-mga modified the milestones: 3.5, 3.x Jul 3, 2022
@zhehangd zhehangd closed this Jan 27, 2023
@YuriSizov YuriSizov removed this from the 3.x milestone Dec 2, 2023
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.

None yet

4 participants