Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InputMode never changes #430

Open
ookiegajwa opened this issue Jul 16, 2023 · 7 comments
Open

InputMode never changes #430

ookiegajwa opened this issue Jul 16, 2023 · 7 comments
Labels
needs verification This issue has not yet been reproduced

Comments

@ookiegajwa
Copy link

FloodgatePlayer#getInputMode, which should give the current input method being used by the player, is always the same: KEYBOARD_MOUSE for Android devices, and UNKNOWN for iOS and Windows (and I haven't tested console).

I'm not sure if this is a bug in Bedrock Edition itself, or if something in Geyser/Floodgate is causing this. I feel like this used to work better, because I used to have some logic in my server that used InputMode, but one day it broke.

It would be great if someone could get this to work again, but if it is a Minecraft bug then I'm not sure we can.

@onebeastchris
Copy link
Member

Are you using the Floodgate API in a proxy setup, e.g. behind a velocity/bungee proxy?

@ookiegajwa
Copy link
Author

ookiegajwa commented Jul 16, 2023

No, it is installed directly on the server (as a plugin)

@onebeastchris
Copy link
Member

Mind sending a Geyser dump?
Run geyser dump in console, and send the link you get here

@ookiegajwa
Copy link
Author

@onebeastchris
Copy link
Member

Any errors in the server log? Additionally, does it just affect 1.20.10 bedrock players, or all versions?

@ookiegajwa
Copy link
Author

ookiegajwa commented Jul 16, 2023

No errors. I have been having issues with this for a while now (since before 1.20), and the issue was most recently reported to me by a 1.20.1 player, so probably all versions.

@ookiegajwa
Copy link
Author

DeviceOs does work, so some device info is definitely getting sent to the server.

@Tim203 Tim203 added the needs verification This issue has not yet been reproduced label Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs verification This issue has not yet been reproduced
Projects
None yet
Development

No branches or pull requests

3 participants