> @@ -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?