Changeset 9584 for trunk/src/user32/oslibmsgtranslate.cpp
- Timestamp:
- Jan 2, 2003, 1:35:36 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsgtranslate.cpp
r9261 r9584 1 /* $Id: oslibmsgtranslate.cpp,v 1.9 5 2002-09-18 10:56:49sandervl Exp $ */1 /* $Id: oslibmsgtranslate.cpp,v 1.96 2003-01-02 12:35:36 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 1049 1049 } 1050 1050 1051 if(fl & KC_VIRTUALKEY) 1051 //the KC_COMPOSITE flag might be set; in that case this key will 1052 //be combined with the previous dead key, so we must use the scancode 1053 //(e.g. ^ on german keyboards) 1054 if(fl & (KC_VIRTUALKEY|KC_COMPOSITE) == KC_VIRTUALKEY) 1052 1055 { 1053 1056 if(msg->wParam)
Note:
See TracChangeset
for help on using the changeset viewer.