Hi,
The mouse_event function has been superseded by the sendinput command. To learn more about the function calls with user32.dll, have a look at the msdn.com website. The user32.dll website is
shown here. The syntax for the mouse_event function is shown below:
Syntax
VOID mouse_event(
DWORD dwFlags,
DWORD dx,
DWORD dy,
DWORD dwData,
ULONG_PTR dwExtraInfo
);
I hope this helps,
Regards,
Nadim
Applications Engineering
National Instruments