Re: Textured Window Responder Issue

2008-12-01 Thread Richard Somers
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.

Re: Textured Window Responder Issue

2008-12-01 Thread Benjamin Stiglitz
> 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

Textured Window Responder Issue

2008-12-01 Thread Richard Somers
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