text input improvements

This commit is contained in:
Turánszki János
2022-08-02 11:36:15 +02:00
parent 90fbbba9ba
commit 09f70458d4
11 changed files with 59 additions and 29 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
break;
default:
{
const char c = (const char)(TCHAR)wParam;
const wchar_t c = (const wchar_t)wParam;
wi::gui::TextInputField::AddInput(c);
}
break;