-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
Forwarding of keyboard events for CanvasItemEditor plugins #12505
Comments
is this still an issue? @groud ? |
Yes, I am working on a big rework of how the canvas item editor handles input, but it takes a lot of time. |
Also an issue with viewport input handling: #15488 |
At this stage it would be too late to try to fix this and potentially introduce regressions in 3.0, so it will have to wait for 3.0.x / 3.1. |
Note, this is fixed in my reworking of the 2D editor. |
The forwarding of keyboard events got broken with fc02605.
The problem seems to be that this code inside
CanvasItemEditor::_gui_input_viewport
no longer gets called when input events come in as they now arrive atCanvasItemEditor::_gui_input_viewport_base
:The text was updated successfully, but these errors were encountered: