Added stubs for keybd_event() and mouse_event()

svn path=/trunk/; revision=4627
This commit is contained in:
Gé van Geldorp 2003-04-30 22:03:00 +00:00
parent 340ee78475
commit 70dce1ee4b
3 changed files with 30 additions and 5 deletions

View file

@ -1,4 +1,4 @@
/* $Id: stubs.c,v 1.18 2003/02/02 17:35:30 hyperion Exp $
/* $Id: stubs.c,v 1.19 2003/04/30 22:03:00 gvg Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS user32.dll
@ -10,6 +10,7 @@
* 08-05-2001 CSH Created
*/
#include <windows.h>
#include <debug.h>
WINBOOL
STDCALL
@ -538,5 +539,29 @@ SetWindowsHookExW(
return 0;
}
VOID
STDCALL
keybd_event(
BYTE bVk,
BYTE bScan,
DWORD dwFlags,
DWORD dwExtraInfo)
{
UNIMPLEMENTED
}
VOID
STDCALL
mouse_event(
DWORD dwFlags,
DWORD dx,
DWORD dy,
DWORD cButtons,
DWORD dwExtraInfo)
{
UNIMPLEMENTED
}
/* EOF */

View file

@ -690,8 +690,8 @@ WinHelpA
WinHelpW
WindowFromDC@4
WindowFromPoint@8
;keybd_event
;mouse_event
keybd_event
mouse_event
wsprintfA
wsprintfW
wvsprintfA@12

View file

@ -691,8 +691,8 @@ WinHelpA=WinHelpA@16
WinHelpW=WinHelpW@16
WindowFromDC=WindowFromDC@4
WindowFromPoint=WindowFromPoint@8
;keybd_event
;mouse_event
keybd_event=keybd_event@16
mouse_event=mouse_event@20
wsprintfA
wsprintfW
wvsprintfA=wvsprintfA@12