Mercurial > sdl-ios-xcode
log src/joystick/iphoneos/SDLUIAccelerationDelegate.m @ 2864:fe8ea2b39aea
age | author | description |
---|---|---|
2008-12-08 | Sam Lantinga | Updated copyright date |
2008-10-04 | Sam Lantinga | Final merge of Google Summer of Code 2008 work... |
2008-08-15 | Holmes Futrell | Cleaned up code, added comments. gsoc2008_iphone |
2008-08-15 | 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 |
2008-07-18 | 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 |