![]() |
DDraceNetwork Documentation
|
#include <touch_controls.h>
Public Types | |
| enum class | EType { PLAIN , LOCALIZED , ICON , NUM_TYPES } |
Public Attributes | |
| EType | m_Type |
| const char * | m_pLabel |
|
strong |
| Enumerator | |
|---|---|
| PLAIN | Label is used as is. |
| LOCALIZED | Label is localized. Only usable for default button labels for which there must be corresponding Localizable-calls in code and string in the translation files. |
| ICON | Icon font is used for the label. |
| NUM_TYPES | Number of label types. |
| const char* CTouchControls::CButtonLabel::m_pLabel |
| EType CTouchControls::CButtonLabel::m_Type |