log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
sdl-ios-xcode
log src/video/uikit/SDL_uikitview.m @ 2885:
ca6499468250
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
tip
age
author
description
Mon, 08 Dec 2008 00:27:32 +0000
Sam Lantinga
Updated copyright date
Sat, 04 Oct 2008 06:46:59 +0000
Sam Lantinga
Final merge of Google Summer of Code 2008 work...
Sat, 16 Aug 2008 00:16:32 +0000
Holmes Futrell
Added comments, view now deletes keyboard upon dealloc, function declarations for iPhone keyboard additions now moved to SDL_uikitkeyboard.h.
gsoc2008_iphone
Fri, 15 Aug 2008 00:42:14 +0000
Holmes Futrell
Removed log messages (printf and NSLog)
gsoc2008_iphone
Wed, 13 Aug 2008 23:14:36 +0000
Holmes Futrell
Originally keyboard support was in the form of a category of the class SDL_uikitview. It turns out this can cause problems with compilation where the code is not actually included and doesn't fail until dynamic dispatch. This is just awful, so I've moved to the code into the SDL_uikitview class itself.
gsoc2008_iphone
Tue, 29 Jul 2008 17:19:23 +0000
Holmes Futrell
Added keyboard support in view initialization and proper deallocation of keyboard in -(void)dealloc, if keyboard is enabled
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
less
more
|
(0)
tip