mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Add touch_controls
boolean to get_player_window_information()
(#14092)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user