osu icon indicating copy to clipboard operation
osu copied to clipboard

The enter key cannot send message (android)

Open Jan-Arbus opened this issue 1 year ago • 4 comments

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

Jan-Arbus avatar Jul 20 '24 10:07 Jan-Arbus

I have the same issue on google pixel

BlueChinchompa avatar Jul 26 '24 00:07 BlueChinchompa

Same here

yesseruser avatar Jul 26 '24 06:07 yesseruser

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

yesseruser avatar Aug 07 '24 13:08 yesseruser

Same issue here.

Meayua avatar Aug 21 '24 21:08 Meayua

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

bdach avatar Sep 02 '24 11:09 bdach