Home
last modified time | relevance | path

Searched refs:WM_UNICHAR (Results 1 – 4 of 4) sorted by relevance

/third_party/glfw/src/
Dwin32_platform.h89 #ifndef WM_UNICHAR
90 #define WM_UNICHAR 0x0109 macro
Dwin32_window.c524 case WM_UNICHAR: in windowProc()
528 if (uMsg == WM_UNICHAR && wParam == UNICODE_NOCHAR) in windowProc()
/third_party/skia/tools/sk_app/win/
DWindow_win.cpp167 case WM_UNICHAR: in get_modifiers()
240 case WM_UNICHAR: in WndProc()
/third_party/skia/third_party/externals/imgui/docs/
DFAQ.md607 Windows: you can use the WM_CHAR or WM_UNICHAR or WM_IME_CHAR message (depending if your app is bui…