Mercurial > sdl-ios-xcode
view Xcode/TemplatesForXcode/SDL Custom Cocoa Application/MyCustomView.h @ 2356:5c27688b08cf gsoc2008_iphone
These files contain some environment storage necessary for an ugly hack I had to write so that SDL_QUIT events would be handled correctly on the platform. Please see the comment in UIKit_PumpEvents located in SDL_uikitevents.m and let me know if there is a better way to do this.
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Thu, 17 Jul 2008 22:50:39 +0000 |
parents | 4d2d0548f5b2 |
children |
line wrap: on
line source
// // MyCustomView.h // SDL Custom View App // // Created by Darrell Walisser on Fri Jul 18 2003. // Copyright (c) 2003 __MyCompanyName__. All rights reserved. // #import <AppKit/AppKit.h> @interface MyCustomView : NSQuickDrawView { } @end