Home
last modified time | relevance | path

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

/third_party/flutter/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/flutter/skia/tools/sk_app/win/
DWindow_win.cpp167 case WM_UNICHAR: in get_modifiers()
241 case WM_UNICHAR: in WndProc()
/third_party/skia/tools/sk_app/win/
DWindow_win.cpp167 case WM_UNICHAR: in get_modifiers()
240 case WM_UNICHAR: in WndProc()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c80 #ifndef WM_UNICHAR
81 #define WM_UNICHAR 0x0109 macro
636 case WM_UNICHAR: in WIN_WindowProc()
/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_window.cc160 case WM_UNICHAR: in MessageHandler()
/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…