Anfang der weitergeleiteten E-Mail:
Also event handling shouldn't be so hard. As long as the original osx
implementation does all the event handling through the NSOpenGLView
it
should just come along. Though I will have to check if gtk+quartz
does
something to hog the event chain (probably does actually).
(Did you mean to leave the list out of the loop?)
Ah, no, sorry. Forgot to hit "reply to all" in Mail.
The event handling in clutter assumes stage equals
ClutterGLWindow+ClutterGLView, so for one it would need to be able to
work based on NSView only. Probably not too hard.
Another issue is that in clutter there's a really low level hack to
get NSApp events. Now, gtk-quartz does virtually the exact same thing,
so the two are unlikely to run peacefully in parallel. So when used in
gtk context, the gtk widget should be able to disable the poll
function in clutter and let gtk own the event queueing.
Ok. Can you provide me with pointers to source files?
Daniel
ps: I am impressed with the activity of this list. I am used to
waiting at least a day...
--
To unsubscribe send a mail to [EMAIL PROTECTED]