Results 1 to 1 of 1
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 ...
- 11-01-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 1
Send Mouse Events
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


Reply With Quote