#include <clientdynamicinfo.h>
Public Member Functions | |
| bool | equal (const ClientDynamicInfo &other) const |
Public Attributes | |
| v2u32 | render_target_size |
| f32 | real_gui_scaling |
| f32 | real_hud_scaling |
| v2f32 | max_fs_size |
| bool | touch_controls |
|
inline |
References real_gui_scaling, real_hud_scaling, render_target_size, and touch_controls.
| v2f32 ClientDynamicInfo::max_fs_size |
Referenced by Server::handleCommand_UpdateClientInfo(), and Client::sendUpdateClientInfo().
| f32 ClientDynamicInfo::real_gui_scaling |
Referenced by equal(), Server::handleCommand_UpdateClientInfo(), and Client::sendUpdateClientInfo().
| f32 ClientDynamicInfo::real_hud_scaling |
Referenced by equal(), Server::handleCommand_UpdateClientInfo(), and Client::sendUpdateClientInfo().
| v2u32 ClientDynamicInfo::render_target_size |
Referenced by equal(), Server::handleCommand_UpdateClientInfo(), and Client::sendUpdateClientInfo().
| bool ClientDynamicInfo::touch_controls |
Referenced by equal(), Server::handleCommand_UpdateClientInfo(), and Client::sendUpdateClientInfo().