how to capture mouse events

Hello,

I would like to temporarily capture all mouse events in a window,
even if the mouse pointer left the window. I couldn't find the solution
in the documentation, so I kindly ask for a hint how to do this.

Thanks in advance,

yours kodi

···

--
+++ GMX - Mail, Messaging & more http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!

Use win.CaptureMouse() to capture
And win.ReleaseMouse() when you are done

Jason

···

On Thu, May 22, 2003 at 04:55:50PM +0200, Thorsten Kohnhorst wrote:

Hello,

I would like to temporarily capture all mouse events in a window,
even if the mouse pointer left the window. I couldn't find the solution
in the documentation, so I kindly ask for a hint how to do this.

Thanks in advance,

Hello Jason,

wow, that was a fast answer!

It's very embarrassing that I managed to overlook this obvious solution.

Thanks a lot for the hint,

yours kodi

···

--
+++ GMX - Mail, Messaging & more http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!