- Timestamp:
 - May 29, 2002, 1:47:18 PM (23 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/winkeyboard.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/winkeyboard.cpp
r8512 r8514 1 /* $Id: winkeyboard.cpp,v 1.3 5 2002-05-29 09:56:43sandervl Exp $ */1 /* $Id: winkeyboard.cpp,v 1.36 2002-05-29 11:47:18 sandervl Exp $ */ 2 2 /* 3 3 * Win32 <-> PM key translation … … 1419 1419 return 0x0000; 1420 1420 } 1421 if (nVirtKey == VK_MENU) return O32_Get KeyState(VK_LMENU) | O32_GetKeyState(VK_RMENU);1421 if (nVirtKey == VK_MENU) return O32_GetAsyncKeyState(VK_LMENU) | O32_GetAsyncKeyState(VK_RMENU); 1422 1422 return O32_GetAsyncKeyState(nVirtKey); 1423 1423 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  