Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Some keypresses fail to register immediately #28

Open
@outfrost

Description

@outfrost

When multiple keys are pressed simultaneously (probably within the same iteration of the main loop), GLFW gives us a callback for only one of those keys. Further keys might be accounted for when repeat kicks in.

For example, when we press W and D at once, one of them (e.g. W) will be picked up instantly, and the other (e.g. D) will be 'seen' after a brief delay.

Even more bizarre issues come up when trying to press 3 or 4 movement keys in the same instant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions