Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed recently deleted Ms in READMEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 30, 2013
1 parent 43c04f5 commit 94ac84c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README-android.txt
Expand Up @@ -10,7 +10,7 @@ http://developer.android.com/sdk/index.html
Android NDK r7 or later
http://developer.android.com/sdk/ndk/index.html

inimum API level supported by SDL: 10 (Android 2.3.3)
Minimum API level supported by SDL: 10 (Android 2.3.3)

================================================================================
How the port works
Expand Down
2 changes: 1 addition & 1 deletion README-directfb.txt
Expand Up @@ -12,7 +12,7 @@ What you need:

DirectFB 1.0.1, 1.2.x, 1.3.0
Kernel-Framebuffer support: required: vesafb, radeonfb ....
esa 7.0.x - optional for OpenGL
Mesa 7.0.x - optional for OpenGL

/etc/directfbrc

Expand Down
4 changes: 2 additions & 2 deletions README-gesture.txt
Expand Up @@ -28,7 +28,7 @@ event.dgesture.gestureId - the unique id of the closest gesture to the performe
event.dgesture.error - the difference between the gesture template and the actual performed gesture. Lower error is a better match.
event.dgesture.numFingers - the number of fingers used to draw the stroke.

ost programs will want to define an appropriate error threshold and check to be sure that the error of a gesture is not abnormally high (an indicator that no gesture was performed).
Most programs will want to define an appropriate error threshold and check to be sure that the error of a gesture is not abnormally high (an indicator that no gesture was performed).



Expand All @@ -50,7 +50,7 @@ SDL_LoadDollarTemplates returns the number of templates successfully loaded.


===========================================================================
ulti Gestures
Multi Gestures
===========================================================================
SDL provides simple support for pinch/rotate/swipe gestures.
Every time a finger is moved an SDL_MULTIGESTURE event is sent with the following fields:
Expand Down
4 changes: 2 additions & 2 deletions README-hg.txt
@@ -1,10 +1,10 @@
The latest development version of SDL is available via Mercurial.
ercurial allows you to get up-to-the-minute fixes and enhancements;
Mercurial allows you to get up-to-the-minute fixes and enhancements;
as a developer works on a source tree, you can use "hg" to mirror that
source tree instead of waiting for an official release. Please look
at the Mercurial website ( http://mercurial.selenic.com/ ) for more
information on using hg, where you can also download software for
ac OS X, Windows, and Unix systems.
Mac OS X, Windows, and Unix systems.

hg clone http://hg.libsdl.org/SDL

Expand Down
6 changes: 3 additions & 3 deletions README-ios.txt
Expand Up @@ -34,7 +34,7 @@ By default, iosbuild.sh will autodetect the SDK version you have installed using
xcodebuild -showsdks, and build for iOS >= 3.0, you can override this behaviour
by setting the MIN_OS_VERSION variable, ie:

IN_OS_VERSION=4.2 ./iosbuild.sh
MIN_OS_VERSION=4.2 ./iosbuild.sh

==============================================================================
Using the Simple DirectMedia Layer for iOS
Expand Down Expand Up @@ -158,7 +158,7 @@ Each application installed on iPhone resides in a sandbox which includes its own

Once your application is installed its directory tree looks like:

ySDLApp Home/
MySDLApp Home/
MySDLApp.app
Documents/
Library/
Expand All @@ -167,7 +167,7 @@ ySDLApp Home/

When your SDL based iPhone application starts up, it sets the working directory to the main bundle (MySDLApp Home/MySDLApp.app), where your application resources are stored. You cannot write to this directory. Instead, I advise you to write document files to "../Documents/" and preferences to "../Library/Preferences".

ore information on this subject is available here:
More information on this subject is available here:
http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/Introduction/Introduction.html

==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion README-touch.txt
Expand Up @@ -4,7 +4,7 @@ System Specific Notes
Linux:
The linux touch system is currently based off event streams, and proc/bus/devices. The active user must be given permissions to read /dev/input/TOUCHDEVICE, where TOUCHDEVICE is the event stream for your device. Currently only Wacom tablets are supported. If you have an unsupported tablet contact me at jim.tla+sdl_touch@gmail.com and I will help you get support for it.

ac:
Mac:
The Mac and iPhone APIs are pretty. If your touch device supports them then you'll be fine. If it doesn't, then there isn't much we can do.

iPhone:
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -27,7 +27,7 @@ in the file "COPYING".
The best way to learn how to use SDL is to check out the header files in
the "include" subdirectory and the programs in the "test" subdirectory.
The header files and test programs are well commented and always up to date.
ore documentation and FAQs are available online at:
More documentation and FAQs are available online at:
http://wiki.libsdl.org/

If you need help with the library, or just want to discuss SDL related
Expand Down

0 comments on commit 94ac84c

Please sign in to comment.