]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/windows/window.cpp
Generate and handle WM_CHAR messages on Windows
[libs/gui.git] / source / graphics / windows / window.cpp
index 2af6b83917e153664f8f82220ba56f0849f7e802..2d4d75bead21b6a3f5b6e8208c454379479adcad 100644 (file)
@@ -162,6 +162,7 @@ bool Window::event(const Event &evnt)
        {
        case WM_KEYDOWN:
        case WM_KEYUP:
+       case WM_CHAR:
        case WM_LBUTTONDOWN:
        case WM_LBUTTONUP:
        case WM_MBUTTONDOWN: