On Dec 1, 2008, at 12:34PM, Benjamin Stiglitz wrote:
Presumably you have a custom view; you need to return the right value
from -[NSView mouseDownCanMoveWindow]:
That worked. Thank you so much.
Richard
___
Cocoa-dev mailing list (Cocoa-dev@lists.
> When the view uses NSOpenGLView a mouse drag in the view will send
> events to the view. It works properly.
>
> When the view uses CAOpenGLLayer a mouse drag in the view will move the
> window! The mouse events are being sent to the view but are apparently
> being picked up and acted upon by
I have a textured window with a custom view.
When the view uses NSOpenGLView a mouse drag in the view will send
events to the view. It works properly.
When the view uses CAOpenGLLayer a mouse drag in the view will move
the window! The mouse events are being sent to the view but are
appare