Skip to content

When focusing on the input field, Input.GetKeyDown cannot detect the event. #155

@zaichenhu

Description

@zaichenhu

Bug reproduction steps: Keep the input field focused (cursor blinking) and check for Input.GetKeyDown events (non-letter events, such as arrow keys) in the update function. You will find that the events are not triggered; in fact, no key events are triggered at all.

And this bug has been mentioned before. #40 you'll find that Input.anyKeyDown always be false.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions