On Tue, Feb 24, 2009 at 6:46 PM, jkarpago <jkarp...@gmail.com> wrote:
>
> Hi:
>
> I want to know where is the mouse in the screen, not the app window but the
> whole screen.
> I have tried width cursor, mouse, pointer and did not find a solution.
> how can I do it?

Hi,

WinForms or GTK#? In WinForms try the static property
Control.MousePosition and for GTK# the
someWidgetInstance.RootWindow.GetPointer (...) method.

--
Kind Regards,
Ivan N. Zlatev
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to