log src/video/uikit/SDL_uikitview.h @ 2403:e9a1eed243c9 gsoc2008_iphone

age author description
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