Ignore:
Timestamp:
May 23, 2002, 9:13:00 AM (23 years ago)
Author:
sandervl
Message:

PF: Keyboard fixes for right alt & right shift

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/HOOK.CPP

    r8202 r8474  
    1 /* $Id: HOOK.CPP,v 1.37 2002-04-07 14:36:59 sandervl Exp $ */
     1/* $Id: HOOK.CPP,v 1.38 2002-05-23 07:13:00 sandervl Exp $ */
    22
    33/*
     
    835835  // Note: ALT seems to stick sometimes
    836836  // Note: ALTGR can't be queried
    837   BOOL fAltDown = GetAsyncKeyState(VK_LMENU);
     837  BOOL fAltDown = GetAsyncKeyState(VK_LMENU) | GetAsyncKeyState(VK_RMENU);
    838838 
    839839  // this bit indicates if ALT was held
Note: See TracChangeset for help on using the changeset viewer.