1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Add touch_controls boolean to get_player_window_information() (#14092)

This commit is contained in:
grorp 2023-12-17 20:47:07 +01:00 committed by GitHub
parent 7162b536eb
commit 91ba02449b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 40 additions and 3 deletions

View file

@ -249,6 +249,10 @@ GUI
-- HUD Scaling multiplier
-- Equal to the setting `hud_scaling` multiplied by `dpi / 96`
real_hud_scaling = 1,
-- Whether the touchscreen controls are enabled.
-- Usually (but not always) `true` on Android.
touch_controls = false,
}
```