log src/joystick/iphoneos/SDLUIAccelerationDelegate.m @ 5267:b530ef003506

age author description
Fri, 11 Feb 2011 22:37:15 -0800 Sam Lantinga Happy 2011! :)
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...
Fri, 15 Aug 2008 19:16:01 +0000 Holmes Futrell Cleaned up code, added comments. gsoc2008_iphone
Fri, 15 Aug 2008 00:46:58 +0000 Holmes Futrell changed macro MAX_G_FORCE to SDL_IPHONE_MAX_GFORCE and moved it to the SDL_config_iphoneos.h file. This should allow users to convert between the Sint16 returned by polling the joystick and units of g-force, which better describe what is going on with the iPhone (and are what the iPhone OS actually gives you). This conversion wouldn't be necessary except that we'd need floating point to store everything as g-force. gsoc2008_iphone
Fri, 18 Jul 2008 17:46:17 +0000 Holmes Futrell These files contain the specification for a class which receives updates from the iPhone accelerometer. The class holds the accelerometer information, and is queried by SDL_sysjoystick.m. gsoc2008_iphone