Ignore:
Timestamp:
Feb 13, 2003, 11:12:27 AM (23 years ago)
Author:
sandervl
Message:

Handle SetFocus(0) correctly: keystrokes are converted into WM_SYSKEYDOWN/(WM_SYSCHAR)/WM_SYSKEYUP messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/user32api.h

    r9005 r9791  
    1 /* $Id: user32api.h,v 1.1 2002-08-15 10:14:30 sandervl Exp $ */
     1/* $Id: user32api.h,v 1.2 2003-02-13 10:12:25 sandervl Exp $ */
    22//Internal user32 functions
    33
     
    77HWND WINAPI GetAncestor( HWND hwnd, UINT type );
    88
     9//Notify that focus has changed (necessary for SetFocus(0) handling)
     10void SetFocusChanged();
     11
     12extern BOOL fIgnoreKeystrokes;
     13
    914#endif
Note: See TracChangeset for help on using the changeset viewer.