-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Unexpected Logical Key Value #11689
Copy link
Copy link
Closed
Labels
A-InputPlayer input via keyboard, mouse, gamepad, and morePlayer input via keyboard, mouse, gamepad, and moreC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorS-Needs-DesignThis issue requires design work to think about how it would best be accomplishedThis issue requires design work to think about how it would best be accomplished
Metadata
Metadata
Assignees
Labels
A-InputPlayer input via keyboard, mouse, gamepad, and morePlayer input via keyboard, mouse, gamepad, and moreC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorS-Needs-DesignThis issue requires design work to think about how it would best be accomplishedThis issue requires design work to think about how it would best be accomplished
Bevy version
The main Bevy (currently, commit #08654ad), but the bug actually comes from Bevy PR #10702: Update winit to 0.29
[Optional] Relevant system information
This might be able to reproduce on any machine in the version.
What you did
I am working on the updates of
leafwing_input_managerto Bevy 0.13, but as the title says, the logicalKeyvalue seems to be incorrect.Simple Case for Reproduction
What went wrong
The situation is:
KeyboardInput(logical_key: "w"), an expected lowercase w letter.KeyboardInput(logical_key: "W"), "AN UPPERCASE W LETTER"!