Mercurial > sdl-ios-xcode
annotate CREDITS @ 172:37e3ca9254c7
Date: Sat, 8 Sep 2001 04:42:23 +0200
From: Max Horn <max@quendi.de>
Subject: SDL/OSX: Joystick; Better key handling
I just finished implementing improved keyhandling for OS X (in fact
the code should be easily ported to the "normal" MacOS part of SDL, I
just had no chance yet). Works like this:
First init the mapping table statically like before. Them, it queries
the OS for the "official" key table, then iterates over all 127
scancode and gets the associates ascii code. It ignores everythng
below 32 (has to, as it would lead to many problems if we did not...
e.g. both ESC and NUM LOCk produce an ascii code 27 on my keyboard),
and all stuff above 127 is mapped to SDLK_WORLD_* simply in the order
it is encountered.
In addition, caps lock is now working, too.
The code work flawless for me, but since I only have one keyboard, I
may have not encountered some serious problem... but I am pretty
confident that it is better than the old code in most cases.
The joystick driver works fine for me, too. I think it can be added
to CVS already. It would simply be helpful if more people would test
it. Hm, I wonder if Maelstrom or GLTron has Joystick support? That
would be a wonderful test application :)
I also took the liberty of modifying some text files like BUGS,
README.CVS, README.MacOSX (which now contains the OS X docs I long
promised)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 11 Sep 2001 19:00:18 +0000 |
parents | 9841293e9e86 |
children | 74a8f672f2f8 |
rev | line source |
---|---|
0 | 1 |
2 Simple DirectMedia Layer CREDITS | |
3 Thanks to everyone who made this possible, including: | |
4 | |
5 * Cliff Matthews, for giving me a reason to start this project. :) | |
6 -- Executor rocks! *grin* | |
7 | |
159
9841293e9e86
Time to recognize everyone again. :)
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
8 * Scott Call, for making a home for SDL on the 'Net... Thanks! :) |
9841293e9e86
Time to recognize everyone again. :)
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
9 |
9841293e9e86
Time to recognize everyone again. :)
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
10 * Everybody at Loki Software, Inc. for their great contributions! |
9841293e9e86
Time to recognize everyone again. :)
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
11 |
9841293e9e86
Time to recognize everyone again. :)
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
12 * Mattias Engdegerd, for help with the Solaris port and lots of other help |
0 | 13 |
159
9841293e9e86
Time to recognize everyone again. :)
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
14 * Max Watson, Matt Slot, and Kyle for help with the MacOS Classic port |
9841293e9e86
Time to recognize everyone again. :)
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
15 |
9841293e9e86
Time to recognize everyone again. :)
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
16 * Stan Shebs, for the initial MacOS X port |
9841293e9e86
Time to recognize everyone again. :)
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
17 |
9841293e9e86
Time to recognize everyone again. :)
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
18 * Max Horn and Darrell Walisser for unflagging work on the MacOS X port |
0 | 19 |
20 * Patrick Trainor and Jim Boucher, for the QNX Neutrino port | |
21 | |
22 * Gabriele Greco, for the Amiga port | |
23 | |
24 * Carsten Griwodz for the AIX port | |
25 | |
159
9841293e9e86
Time to recognize everyone again. :)
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
26 * Peter Valchev for nagging me about the OpenBSD port until I got it right. :) |
0 | 27 |
28 * Kent B Mein, for a place to do the IRIX port | |
29 | |
30 * Ash, for a place to do the OSF/1 Alpha port | |
31 | |
32 * David Sowsy, for help with the BeOS port | |
33 | |
159
9841293e9e86
Time to recognize everyone again. :)
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
34 * Eugenia Loli, for endless work on porting SDL games to BeOS |
0 | 35 |
36 * Jon Taylor for the GGI front-end | |
37 | |
38 * Paulus Esterhazy, for the Visual C++ testing and libraries | |
39 | |
40 * Brenda Tantzen, for Metrowerks CodeWarrior on MacOS | |
41 | |
42 * Chris Nentwich, for the Hermes assembly blitters | |
43 | |
44 * Michael Vance and Jim Kutter for the X11 OpenGL support | |
45 | |
46 * Peter Wiklund, for the 1998 winning SDL logo, | |
47 and Arto Hamara, Steven Wong, and Kent Mein for other logo entries. | |
48 | |
49 * Stephane Peter, for the AAlib front-end and multi-threaded timer idea. | |
50 | |
51 And a big hand to everyone else who gave me appreciation, advice, | |
52 and suggestions, especially the good folks on the SDL mailing list. | |
53 | |
54 THANKS! :) | |
55 | |
56 -- Sam Lantinga <slouken@libsdl.org> | |
57 |