DDraceNetwork Documentation
Loading...
Searching...
No Matches
menus_settings_controls.cpp File Reference
#include "menus_settings_controls.h"
#include <base/math.h>
#include <base/system.h>
#include <engine/graphics.h>
#include <engine/shared/config.h>
#include <engine/shared/localization.h>
#include <engine/textrender.h>
#include <game/client/components/binds.h>
#include <game/client/components/key_binder.h>
#include <game/client/components/menus.h>
#include <game/client/gameclient.h>
#include <game/client/ui.h>
#include <game/client/ui_scrollregion.h>
#include <game/localization.h>
#include <functional>
#include <string>
#include <vector>
Include dependency graph for menus_settings_controls.cpp:

Variables

constexpr float HEADER_FONT_SIZE = 16.0f
constexpr float FONT_SIZE = 13.0f
constexpr float MARGIN = 10.0f
constexpr float BUTTON_HEIGHT = 20.0f
constexpr float BUTTON_SPACING = 2.0f
constexpr float BIND_OPTION_SPACING = 4.0f

Variable Documentation

◆ BIND_OPTION_SPACING

float BIND_OPTION_SPACING = 4.0f
inlineconstexpr

◆ BUTTON_HEIGHT

float BUTTON_HEIGHT = 20.0f
inlineconstexpr

◆ BUTTON_SPACING

float BUTTON_SPACING = 2.0f
inlineconstexpr

◆ FONT_SIZE

float FONT_SIZE = 13.0f
inlineconstexpr

◆ HEADER_FONT_SIZE

float HEADER_FONT_SIZE = 16.0f
inlineconstexpr

◆ MARGIN

float MARGIN = 10.0f
inlineconstexpr