Ignore:
Timestamp:
Oct 26, 2001, 2:46:17 PM (24 years ago)
Author:
phaller
Message:

AltGr fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/pmwindow.cpp

    r7211 r7216  
    1 /* $Id: pmwindow.cpp,v 1.159 2001-10-26 09:10:12 phaller Exp $ */
     1/* $Id: pmwindow.cpp,v 1.160 2001-10-26 12:46:16 phaller Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    4646#include "menu.h"
    4747#include <pmkbdhk.h>
     48#include <pmscan.h>
     49#include <winscan.h>
    4850
    4951#define DBG_LOCALLOG    DBG_pmwindow
     
    6466static PFNWP pfnFrameWndProc = NULL;
    6567static HWND  hwndFocusChange = 0;
     68
     69// Note:
     70// For a "lonekey"-press of AltGr, we only receive WM_KEYUP
     71// messages. If the key is pressed longer and starts to repeat,
     72// WM_KEYDOWN messages come in properly.
     73static BOOL fKeyAltGrDown = FALSE;
     74
     75
    6676
    6777MRESULT EXPENTRY Win32WindowProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
Note: See TracChangeset for help on using the changeset viewer.