Fullscreen and receiving events
Fullscreen and receiving events
- Subject: Fullscreen and receiving events
- From: Thomas Davie <email@hidden>
- Date: Sat, 30 Aug 2003 12:38:39 +0100
Hi,
I'm sure this question has been asked before, but I can't find it
anywhere in the archives, so please forgive me for posting it again. I
need to set up a full screen openGL view, which I have succeeded in
doing by setting up a pixel format (with NSOpenGLPixelFormat), and then
using CoreGraphics to set the monitor to the closest match to my pixel
format and set up an NSOpenGLContext and call setFullScreen on it. I
have got rendering working, but my problem is receiving events.
Obviously there is no NSResponder chain for events to be passed down,
so how do I receive events?
Help much appreciated.
Thanks
Tom Davie
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.