Win32 Text input in sync

This commit is contained in:
Jack Andersen
2015-12-27 14:02:16 -10:00
parent 52692b0459
commit 30fd4c0709
2 changed files with 4 additions and 23 deletions

View File

@@ -267,8 +267,8 @@ public:
case WM_NCMOUSELEAVE:
case WM_MOUSEHOVER:
case WM_NCMOUSEHOVER:
case WM_CHAR:
case WM_UNICHAR:
case WM_IME_COMPOSITION:
window->_incomingEvent(&HWNDEvent(uMsg, wParam, lParam));
default: