Mercurial > sdl-ios-xcode
log
age | author | description |
---|---|---|
Fri, 18 Jul 2008 17:53:54 +0000 | Holmes Futrell | These files contain the audio support for iPhone. They are based on the CoreAudio audio driver for Mac OS X. The principle difference is that the iPhone doesn't seem to have a concept of audio devices ... it just has special units for audio in and audio out. Also had to change some functions to versions which seem to only exist on iPhone and will apparently exist in Mac OS X 10.6(!) gsoc2008_iphone |
Fri, 18 Jul 2008 17:47:36 +0000 | Holmes Futrell | Fixed a bug where SDL_SYS_JoystickUpdate would send update events even when the accelerometer delegate hadn't received new information from the hardware. 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 |