[MPlayer-dev-eng] [PATCH] vo_macosx support mouse movements

Nico Sabbi Nicola.Sabbi at poste.it
Tue Dec 18 18:43:47 CET 2007


> @@ -1004,6 +1005,16 @@
>                 CGDisplayShowCursor(kCGDirectMainDisplay);
>                 mouseHide = NO;
>         }
> +       if (enable_mouse_movements) {
> +               NSPoint p =[self convertPoint:[theEvent
> locationInWindow] fromView:nil];

I'm curious: what kind of hellish syntax is that?


More information about the MPlayer-dev-eng mailing list