gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSCursor mismatched push and pop


From: Germán Arias
Subject: Re: NSCursor mismatched push and pop
Date: Mon, 07 Oct 2013 23:37:07 -0600

I'm wrong, the AppKitDefined event is for the panel, not for the window.

Germán.

El lun, 07-10-2013 a las 16:06 -0600, Germán Arias escribió:
> 
> Well, after close the open panel, the NSCursorUpdate event is processed
> correctly, with the point:
> 
> x = 430.000000, y = 81.000000
> 
> Then one event AppKitDefined (subtype GSAppKitWindowLeave) set the last
> point to:
> 
> x = -1.000000, y = -1.000000.
> 
> With this the next event, mouseMoved, has a the delta:
> 
> deltaX = 430.000000, deltaY = 82.000000
> 
> This assumes the cursor is entering, and set the I-beam again.
> 
> The GSAppKitWindowLeave is a event that should be processed before
> launch the "Open" panel, but is processed later, after close it. I'm not
> sure how solve this.
> 
> Thanks for this log David.
> 
> Germán.
> 
> 
> 
> _______________________________________________
> Gnustep-dev mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/gnustep-dev





reply via email to

[Prev in Thread] Current Thread [Next in Thread]