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