uLib  User mode C/C++ extended API library for Win32 programmers.
InputEmu.cpp File Reference
#include <uLib/InputEmu.h>
#include <uLib/Debug.h>

Go to the source code of this file.

Functions

void MakeKeyInput (INPUT *Inp, WORD vKey, DWORD Flags)
 
UINT SendKeyInput (WORD vKey, DWORD Flags)
 
bool SendKeyPress (WORD vKey)
 
bool SendHotKey (WORD Hotkey)
 
void MakeMouseInput (INPUT *Inp, LONG dx, LONG dy, LONG data, DWORD Flags)
 
UINT SendMouseInput (LONG dx, LONG dy, LONG data, DWORD Flags)
 
bool SendMouseClick (MOUSEKEY Key)