DDraceNetwork Documentation
Loading...
Searching...
No Matches
menus_ingame_touch_controls.cpp File Reference
#include "menus_ingame_touch_controls.h"
#include <base/color.h>
#include <base/math.h>
#include <base/system.h>
#include <engine/external/json-parser/json.h>
#include <engine/graphics.h>
#include <engine/shared/jsonwriter.h>
#include <engine/shared/localization.h>
#include <engine/textrender.h>
#include <game/client/components/touch_controls.h>
#include <game/client/gameclient.h>
#include <game/client/lineinput.h>
#include <game/client/ui.h>
#include <game/client/ui_listbox.h>
#include <game/client/ui_rect.h>
#include <game/client/ui_scrollregion.h>
#include <game/localization.h>
#include <algorithm>
#include <memory>
#include <string>
Include dependency graph for menus_ingame_touch_controls.cpp:

Variables

static const constexpr float MAINMARGIN = 10.0f
static const constexpr float SUBMARGIN = 5.0f
static const constexpr float ROWSIZE = 25.0f
static const constexpr float ROWGAP = 5.0f
static const constexpr float TITLESIZE = 20.0f
static const constexpr float FONTSIZE = 15.0f

Variable Documentation

◆ FONTSIZE

const constexpr float FONTSIZE = 15.0f
staticconstexpr

◆ MAINMARGIN

const constexpr float MAINMARGIN = 10.0f
staticconstexpr

◆ ROWGAP

const constexpr float ROWGAP = 5.0f
staticconstexpr

◆ ROWSIZE

const constexpr float ROWSIZE = 25.0f
staticconstexpr

◆ SUBMARGIN

const constexpr float SUBMARGIN = 5.0f
staticconstexpr

◆ TITLESIZE

const constexpr float TITLESIZE = 20.0f
staticconstexpr