Ignore:
Timestamp:
Oct 9, 2001, 7:18:39 AM (24 years ago)
Author:
phaller
Message:

enabled low level keyboard hook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winuser.h

    r6930 r6973  
    168168    } DUMMYUNIONNAME;
    169169} INPUT, *PINPUT, *LPINPUT;
     170
     171UINT WINAPI SendInput(UINT    cInputs,     // number of input in the array
     172                      LPINPUT pInputs,     // array of inputs
     173                      int     cbSize);     // sizeof(INPUT)
    170174
    171175
Note: See TracChangeset for help on using the changeset viewer.