fishfolk / jumpy

Tactical 2D shooter in fishy pixels style. Made with Rust-lang 🦀 and Bevy 🪶
https://fishfolk.org/games/jumpy/
Other
1.6k stars 115 forks source link

WASD inputs in matchmaking server text box move text cursor #933

Open MaxCWhitehead opened 4 months ago

MaxCWhitehead commented 4 months ago

Description

Need to disable WASD moving text cursor in this text box, makes it hard to type in. ~Pretty sure I saw the code to do this in some other menus, but need to track that down.~

Maybe need to do something like this temporarily? https://github.com/fishfolk/jumpy/blob/dda2b2eeed53b0db87c6a666a473e4b54b3386ae/src/ui/main_menu/player_select.rs#L53-L58

To Reproduce

Go to settings -> networking

Type letters A and D in matchmaking server text box, observe this moves cursor and messes up input.

Expected Behavior

No response

Additional Context

No response

Log Messages

No response