minetest / minetest

Minetest is an open source voxel game-creation platform with easy modding and game creation

Home Page:https://www.minetest.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android: Hide keychange menu when there's no keyboard

rubenwardy opened this issue · comments

AFAIK Android actually supports keyboards, so taking that away might be a bad idea.

commented

Android does but I don't think this has ever worked in Minetest due to missing Irrlicht support.

AFAIK Android actually supports keyboards, so taking that away might be a bad idea.

Minetest doesn't support it, and it should be hidden if there's no keyboard attached - unless you change to edit controls that is

Minetest for Android does in fact support keyboard input (at least when I tested some time ago through scrcpy)... Only thing is that it doesn't support mouse input (breaking/placing blocks and moving the camera) so you wouldn't be able to get a full desktop control scheme on Android, however this would be a different issue.

I can confirm that external keyboards work as expected in Minetest for Android, so I am against removing the possibility to configure key bindings, although I agree that itwould be a good idea to support additional configuration options for the touchscreen controls (independently from the OS, in fact)