Holmes Futrell <hfutrell@umail.ucsb.edu> [Tue, 29 Jul 2008 17:33:24 +0000] rev 2409
This is the header file for SDL_uikitview.m ... somehow this file was not committed.
Holmes Futrell <hfutrell@umail.ucsb.edu> [Tue, 29 Jul 2008 17:25:54 +0000] rev 2408
Added SDL_IPHONE_KEYBOARD macro, which controls whether or not the SDL for iPhone is compiled with keyboard support or not.
Holmes Futrell <hfutrell@umail.ucsb.edu> [Tue, 29 Jul 2008 17:23:50 +0000] rev 2407
keyinfotable.h contains information which SDL_uikitkeyboard uses to convert between unichar characters that it reads from the text field (which acts as the keyboard's target) to SDL_scancodes and key modifiers which are sent to SDL's keyboard system.
Holmes Futrell <hfutrell@umail.ucsb.edu> [Tue, 29 Jul 2008 17:21:49 +0000] rev 2406
SDL_uikitkeyboard extends SDL_uikitview to add keyboard support. It adds several methods to the SDL_uikitview class for keyboard initialization, showing, and hiding. SDL_uikitkeyboard.m contains the implementation of these methods as well as the implementation of some iPhone specific additions to SDL so that a programmer can access the functionality of hiding and showing the keyboard.
Holmes Futrell <hfutrell@umail.ucsb.edu> [Tue, 29 Jul 2008 17:19:23 +0000] rev 2405
Added keyboard support in view initialization and proper deallocation of keyboard in -(void)dealloc, if keyboard is enabled
Holmes Futrell <hfutrell@umail.ucsb.edu> [Tue, 29 Jul 2008 17:09:29 +0000] rev 2404
Added textField view and member variable which shows if keyboard is shown
Holmes Futrell <hfutrell@umail.ucsb.edu> [Tue, 22 Jul 2008 23:05:40 +0000] rev 2403
Added standard SDL header comments
Holmes Futrell <hfutrell@umail.ucsb.edu> [Tue, 22 Jul 2008 23:03:51 +0000] rev 2402
removed references to singletons, now uses SDL_WindowData information instead.
Holmes Futrell <hfutrell@umail.ucsb.edu> [Tue, 22 Jul 2008 23:02:53 +0000] rev 2401
turned singleton window instance into member variable instead. Added convenience method for getting singleton app delegate.
Holmes Futrell <hfutrell@umail.ucsb.edu> [Tue, 22 Jul 2008 23:01:01 +0000] rev 2400
removed white space