mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Add touch_controls
boolean to get_player_window_information()
(#14092)
This commit is contained in:
@@ -1439,6 +1439,7 @@ void Client::sendUpdateClientInfo(const ClientDynamicInfo& info)
|
||||
pkt << info.real_gui_scaling;
|
||||
pkt << info.real_hud_scaling;
|
||||
pkt << (f32)info.max_fs_size.X << (f32)info.max_fs_size.Y;
|
||||
pkt << info.touch_controls;
|
||||
|
||||
Send(&pkt);
|
||||
}
|
||||
|
Reference in New Issue
Block a user