Changeset 5196 for trunk/src/user32/winkeyboard.cpp
- Timestamp:
- Feb 19, 2001, 10:43:18 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/winkeyboard.cpp
r4499 r5196 1 /* $Id: winkeyboard.cpp,v 1. 7 2000-10-18 20:17:00sandervl Exp $ */1 /* $Id: winkeyboard.cpp,v 1.8 2001-02-19 21:43:18 sandervl Exp $ */ 2 2 /* 3 3 * Win32 <-> PM key translation … … 296 296 //****************************************************************************** 297 297 //****************************************************************************** 298 int WIN32API GetKeyboardType( int nTypeFlag) 299 { 300 dprintf(("USER32: GetKeyboardType\n")); 301 return O32_GetKeyboardType(nTypeFlag); 302 } 303 //****************************************************************************** 304 //****************************************************************************** 298 305 BOOL WIN32API GetKeyboardState(PBYTE lpKeyState) 299 306 {
Note:
See TracChangeset
for help on using the changeset viewer.