log src/video/uikit/SDL_uikitview.h @ 2409:8cd70487d040 gsoc2008_iphone

age author description
Tue, 29 Jul 2008 17:33:24 +0000 Holmes Futrell This is the header file for SDL_uikitview.m ... somehow this file was not committed. gsoc2008_iphone
Tue, 22 Jul 2008 23:05:40 +0000 Holmes Futrell Added standard SDL header comments gsoc2008_iphone
Thu, 17 Jul 2008 22:43:09 +0000 Holmes Futrell SDL_uikitview is just a generic view class which SDL_uikitopenglview inherits from. The functionality found in this class relates to (right now) mouse/touch input support. The reason for putting it here is that if someone wanted to write a render driver for iPhone based around CoreGraphics rather than OpenGL ES, they could make their Core Graphics view inherit from this class as well. gsoc2008_iphone