Searched refs:WM_UNICHAR (Results 1 – 7 of 7) sorted by relevance
89 #ifndef WM_UNICHAR90 #define WM_UNICHAR 0x0109 macro
524 case WM_UNICHAR: in windowProc()528 if (uMsg == WM_UNICHAR && wParam == UNICODE_NOCHAR) in windowProc()
167 case WM_UNICHAR: in get_modifiers()241 case WM_UNICHAR: in WndProc()
167 case WM_UNICHAR: in get_modifiers()240 case WM_UNICHAR: in WndProc()
80 #ifndef WM_UNICHAR81 #define WM_UNICHAR 0x0109 macro636 case WM_UNICHAR: in WIN_WindowProc()
160 case WM_UNICHAR: in MessageHandler()
607 Windows: you can use the WM_CHAR or WM_UNICHAR or WM_IME_CHAR message (depending if your app is bui…