Mercurial > sdl-ios-xcode
view README.MacOS @ 481:c96e2137f9eb
Date: Sat, 31 Aug 2002 15:42:45 +0200
From: Alexandre Courbot
Subject: [SDL] Qtopia port fixes/improvments
-Whenever the screen is rotated, the pad is rotated as well,
-Fixed a mouse bug: when tapping on the screen, the click event was
often sent at the previous position of the stylus (resulting in strange
behavior in Scummvm for instance)
-Added the SDL_QT_INVERT_ROTATION environment variable which, when set,
rotates the screen (and the mouse, and the pad) the other way. This can
be useful for left-handed people.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 01 Sep 2002 00:37:24 +0000 |
parents | 37e3ca9254c7 |
children |
line wrap: on
line source
============================================================================== Using the Simple DirectMedia Layer with MacOS 7,8,9 on PPC ============================================================================== These instructions are for people using the Apple MPW environment: http://developer.apple.com/tools/mpw-tools/ CodeWarrior projects are available in the CWprojects directory. ============================================================================== I. Building the Simple DirectMedia Layer libraries: (This step isn't necessary if you have the SDL binary distribution) First, unpack the MPWmake.sea.hqx archive and move SDL.make into the SDL directory. Start MPW Set the current directory within MPW to the SDL toplevel directory. Build "SDL" (Type Command-B and enter "SDL" in the dialog) If everything compiles successfully, you now have the PPC libraries "SDL" and "SDLmain.o" in the 'lib' subdirectory. ============================================================================== II. Building the Simple DirectMedia Layer test programs: First, unpack the MPWmake.sea.hqx archive, move the new rsrc directory to the main SDL directory, and move the makefiles in the new test subdirectory to the SDL 'test' subdirectory. Start MPW Set the current directory within MPW to the SDL 'test' subdirectory. Build the programs that have an associated MPW makefile (file ending with .make), including "testwin", "testalpha", and "graywin". Copy the SDL library file into the test directory, and run! ============================================================================== III. Building the Simple DirectMedia Layer demo programs: Copy one of the test program Makefiles to the demo directory and modify it to match the sources in the demo. ============================================================================== IV. Enjoy! :) If you have a project you'd like me to know about, or want to ask questions, go ahead and join the SDL developer's mailing list by sending e-mail to: sdl-request@libsdl.org and put "subscribe" into the subject of the message. Or alternatively you can use the web interface: http://www.libsdl.org/mailman/listinfo/sdl ==============================================================================