Hi all,

I am developing a remote desktop application in c#.

I want to send mouse events like leftmouseclickdown and so on.
On windows i invoke the user32.dll and i call the mouse_event();

But i want to run on linux too. Is there any lib to invoke and do it?

Thanks,
Iraklis