4void OSDMemoInitialize(
bool ScrollLoop,
const char *TitleLeft,
const char *TitleRight,
const char *Text)
21 pMenu->
MemoText = TAP_MemAlloc(strlen(Text) + 2);
22 memset(pMenu->
MemoText, 0, strlen(Text) + 2);
void OSDMemoInitialize(bool ScrollLoop, const char *TitleLeft, const char *TitleRight, const char *Text)
bool StrReplace(char *String, const char *Find, const char *Replace)
void OSDMenuInitialize(bool AllowScrollingOfLongText, bool HasValueColumn, bool NumberedItems, bool ScrollLoop, const char *TitleLeft, const char *TitleRight)