From 457d4e55ffe1b6ad4c4fa4559dbda8360bf8253d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 20 Jan 2012 19:49:48 -0500 Subject: [PATCH] Fixed bug 1387 - Patch: fix minor typos in SDL-1.2 HTML docs bl0ckedusersoft 2012-01-20 12:14:57 PST This patch fixes a few minor typos in the SDL-1.2 HTML docs. --- docs/html/guideinput.html | 2 +- docs/html/joystick.html | 2 +- docs/html/thread.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/html/guideinput.html b/docs/html/guideinput.html index 4a82b6761..9b9bbe1e6 100644 --- a/docs/html/guideinput.html +++ b/docs/html/guideinput.html @@ -266,7 +266,7 @@ > with the SDL_ENABLE flag. Next you must open the joysticks that you want to receive envents from. This is done with the flag. Next you must open the joysticks that you want to receive events from. This is done with the

Note: Force Feedback is not yet support. Sam (slouken@libsdl.org) is soliciting suggestions from people with force-feedback experience on the best wat to desgin the API.

Force Feedback is not yet supported. Sam (slouken@libsdl.org) is soliciting suggestions from people with force-feedback experience on the best way to design the API.

Note: SDL's threading is not implemented on MacOS, due to that lack of preemptive thread support (Mac OS X dos nt suffer from this problem)

SDL's threading is not implemented on MacOS, due to the lack of preemptive thread support on that OS (Mac OS X doesn't suffer from this problem)