Mercurial > sdl-ios-xcode
log src/joystick/iphoneos/SDLUIAccelerationDelegate.m @ 2443:febfb349b467 gsoc2008_iphone
age | author | description |
---|---|---|
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 |