How can i use mouse_event method from user32.dll
Can you explain the arguments of the above method
Code:
[DllImport("user32.dll")]
private static extern void mouse_event(UInt32 dwFlags, UInt32 dx, UInt32 dy, UInt32 dwData, IntPtr dwExtraInf);