you can set up a full screen QCRenderer and receive mouse events as a
stand alone app. if you look at the Player or SlideShow example
files, you can see that it subclasses NSApplication and you can
overrride sendEvent: and process events.
hope that's what you were looking for.
-tak.
On Jul 23, 2005, at 1:40 PM, Roger Bolton wrote:
Except from reading another post, it seems that the QCRenderer does
not have the possibility to be bound to Interface builder controls
or to be passed keyboard and mouse events like a QCView does? I'm
just double checking because I was not 100 percent sure what "KVO
compliant" meant from the earlier post.
So at the moment the only possible way of running a composition
full screen with mouse and keyboard control
is directly within the Quartz Composer application with the full
screen option? is this right?