Changeset 6339 for trunk/src/user32/winkeyboard.cpp
- Timestamp:
- Jul 15, 2001, 4:58:12 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/winkeyboard.cpp
r6254 r6339 1 /* $Id: winkeyboard.cpp,v 1.1 3 2001-07-08 15:51:43sandervl Exp $ */1 /* $Id: winkeyboard.cpp,v 1.14 2001-07-15 14:58:12 sandervl Exp $ */ 2 2 /* 3 3 * Win32 <-> PM key translation … … 16 16 #include <pmscan.h> 17 17 #include <winuser32.h> 18 #include "initterm.h" 18 19 19 20 #define DBG_LOCALLOG DBG_winkeyboard … … 943 944 { 944 945 dprintf2(("USER32: GetAsyncKeyState %x", nVirtKey)); 945 return O32_GetAsyncKeyState(nVirtKey); 946 if(fVersionWarp3) {//Not present in Warp 3's PMWINX 947 return O32_GetKeyState(nVirtKey); 948 } 949 else return O32_GetAsyncKeyState(nVirtKey); 946 950 } 947 951 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.