From acdf1079d1e273af3a862e4edf80bbec37ae3ce9 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 5 Oct 2002 22:22:42 +0000 Subject: [PATCH] Added an environment variable SDL_HAS3BUTTONMOUSE for Quartz --- docs.html | 76 ++++++++++++++++++++++++----- src/video/quartz/SDL_QuartzEvents.m | 23 +++++---- 2 files changed, 77 insertions(+), 22 deletions(-) diff --git a/docs.html b/docs.html index 924bc6751..13d20b899 100644 --- a/docs.html +++ b/docs.html @@ -4,9 +4,13 @@ [separator]

-This source is in development. It may contain API changes, and may not be -fully tested on all supported platforms. The current stable release may -be found at the main SDL page. +This source is stable, and is fully tested on all supported platforms.
+Please send bug reports or questions to the SDL mailing list:
+http://www.libsdl.org/mailing-list.php
+The latest stable release may be found on the + SDL website. +

API Documentation

@@ -16,16 +20,62 @@

Major changes since SDL 1.0.0: