Searched refs:textMaxLen (Results 1 – 1 of 1) sorted by relevance
1759 constexpr int32_t textMaxLen = 2000; // 2000: max number of ascii characters in ProcessKeyboardTextInput() local1765 } else if (len > textMaxLen) { in ProcessKeyboardTextInput()1768 std::cout << textMaxLen << " bytes." << std::endl; in ProcessKeyboardTextInput()1769 len = textMaxLen; in ProcessKeyboardTextInput()