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

Mobile-friendly UI #25

Open
zeuner opened this issue Jun 5, 2023 · 1 comment
Open

Mobile-friendly UI #25

zeuner opened this issue Jun 5, 2023 · 1 comment

Comments

@zeuner
Copy link

zeuner commented Jun 5, 2023

Would it be possible to make the controls as seen in the Android version of the native client available using WASM?

It is currently possible to open Minetest-WASM in the browser on mobile devices, but the controls are not too useful without a keyboard in place.

@snowyu
Copy link

snowyu commented Aug 10, 2023

To implement the feature:

  1. Modified minetest codes to enable TouchScreenGUI if supports touch device (done by me)
  2. Add multi-touch suports to irrlichtmt for the current SDL2 implementation of irrlichtmt (source/Irrlicht/CIrrDeviceSDL.cpp) does not yet support touch devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants