Mercurial > sdl-ios-xcode
annotate docs/man3/SDL_GetKeyName.3 @ 2040:be848c07f0b9
Fixed bug #321
Hi,
if "configure" is given an explicit --libdir, the sdl-config still contains
the default "${exec_prefix}/lib" for runtime linker path.
That should be changed to $libdir, as this is where the library goes to...
Regards,
Juergen
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 24 Sep 2006 00:44:45 +0000 |
parents | e5bc29de3f0a |
children | 546f7c1eb755 |
rev | line source |
---|---|
181
e5bc29de3f0a
Updated from the SDL Documentation Project
Sam Lantinga <slouken@libsdl.org>
parents:
55
diff
changeset
|
1 .TH "SDL_GetKeyName" "3" "Tue 11 Sep 2001, 22:59" "SDL" "SDL API Reference" |
0 | 2 .SH "NAME" |
3 SDL_GetKeyName\- Get the name of an SDL virtual keysym | |
4 .SH "SYNOPSIS" | |
5 .PP | |
6 \fB#include "SDL\&.h" | |
7 .sp | |
8 \fBchar *\fBSDL_GetKeyName\fP\fR(\fBSDLKey key\fR); | |
9 .SH "DESCRIPTION" | |
10 .PP | |
11 Returns the SDL-defined name of the \fI\fBSDLKey\fR\fR \fBkey\fR\&. | |
12 .SH "SEE ALSO" | |
13 .PP | |
14 \fI\fBSDLKey\fR\fR | |
181
e5bc29de3f0a
Updated from the SDL Documentation Project
Sam Lantinga <slouken@libsdl.org>
parents:
55
diff
changeset
|
15 ...\" created by instant / docbook-to-man, Tue 11 Sep 2001, 22:59 |