ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
15.34k stars 2.28k forks source link

The enter key cannot send message (android) #28966

Closed Jan-Arbus closed 1 week ago

Jan-Arbus commented 3 months ago

Type

Game behaviour

Bug description

Seems to be exclusive to Android?

Screenshots or videos

https://github.com/user-attachments/assets/c47c8e96-8302-43d7-8b4d-ff4c63acf50a

Version

2024.718.1

Logs

N/A

BlueChinchompa commented 3 months ago

I have the same issue on google pixel

yesseruser commented 3 months ago

Same here

yesseruser commented 2 months ago

This seems like a framework issue since it seems like TextBox.Commit isn't called when Enter is pressed in TextBox.OnKeyDown

oskarekgra commented 2 months ago

Same issue here.

bdach commented 2 months ago

SDL issue. We're being sent what is basically garbage on enter press.

2024-09-02 11:12:42 [verbose]: Unknown SDL key. type=SDL_EVENT_KEY_DOWN scancode=SDL_SCANCODE_RESERVED keycode=SDLK_UNKNOWN raw=0 mod=SDL_KMOD_NONE state=1
2024-09-02 11:12:42 [verbose]: Unknown SDL key. type=SDL_EVENT_KEY_UP scancode=SDL_SCANCODE_RESERVED keycode=SDLK_UNKNOWN raw=0 mod=SDL_KMOD_NONE state=0