Skip to content

Nodes parented under T5XRRig don't receive input events #75

@Jonathan-Stevens

Description

@Jonathan-Stevens

Your Godot version:
v4.2, v4.4
Both C# and GDScript plugins

Issue description:
Nodes parented under T5XRRig don't receive input events as expected. For example, UI nodes like LineEdit that have grabbed focus will not receive key press events when the player uses their keyboard to type.

See the attached project archive for an example. I've added a temporary checkbox to the T5Manager node to toggle this behavior on/off.

The checkbox is off by default. Running the scene, observe that using the keyboard to type doesn't affect the LineEdit in the foreground despite it grabbing focus on _ready().

After stopping the scene, toggling the checkbox on, and restarting the scene, observe that using the keyboard to type will now properly affect the LineEdit in the foreground as expected.

Example project
InputEventExample.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions