Changeset 9669 for trunk/src/user32/winkeyboard.cpp
- Timestamp:
- Jan 14, 2003, 2:17:25 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/winkeyboard.cpp
r8514 r9669 1 /* $Id: winkeyboard.cpp,v 1.3 6 2002-05-29 11:47:18sandervl Exp $ */1 /* $Id: winkeyboard.cpp,v 1.37 2003-01-14 13:17:25 sandervl Exp $ */ 2 2 /* 3 3 * Win32 <-> PM key translation … … 55 55 56 56 57 BYTE abPMScanToWinVKey[256][2] =57 static BYTE abPMScanToWinVKey[256][2] = 58 58 /****************************************************************************/ 59 59 /* PM Scancode * Win32 vkey Extended Key */ … … 324 324 } WINVKEYTOPMSCAN, *PWINVKEYTOPMSCAN; 325 325 326 WINVKEYTOPMSCAN abWinVKeyToPMScan[256] =326 static WINVKEYTOPMSCAN abWinVKeyToPMScan[256] = 327 327 /**********************************************************************/ 328 328 /* Vkey * Scancode * Name */ … … 592 592 // Note: windows uses different scancodes if numlock is pressed 593 593 // This is not (yet) reflected here! 594 BYTE abPMScanToWinScan[256][2] =594 static BYTE abPMScanToWinScan[256][2] = 595 595 /****************************************************************************/ 596 596 /* PM Scancode * Win32 Scancode Extended Key */
Note:
See TracChangeset
for help on using the changeset viewer.