]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/windows/display.cpp
Generate and handle WM_CHAR messages on Windows
[libs/gui.git] / source / graphics / windows / display.cpp
index 428abcc248f1f0fa2a613a95588078ace653fa3d..fdae09e362e5abe25c8c29d34a5380d351a6b1ae 100644 (file)
@@ -95,6 +95,7 @@ bool Display::process_events()
        MSG msg;
        if(PeekMessage(&msg, 0, 0, 0, PM_REMOVE))
        {
+               TranslateMessage(&msg);
                DispatchMessage(&msg);
                return true;
        }