Updated from the SDL Documentation Project
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40182
This commit is contained in:
parent
627578c0d5
commit
8dd601989f
355 changed files with 2317 additions and 1398 deletions
|
@ -73,7 +73,7 @@ NAME="SDLGETKEYSTATE"
|
|||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN5143"
|
||||
NAME="AEN5298"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
|
@ -81,14 +81,14 @@ NAME="AEN5143"
|
|||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN5146"
|
||||
NAME="AEN5301"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
><DIV
|
||||
CLASS="FUNCSYNOPSIS"
|
||||
><A
|
||||
NAME="AEN5147"
|
||||
NAME="AEN5302"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -112,7 +112,7 @@ CLASS="FSFUNC"
|
|||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN5153"
|
||||
NAME="AEN5308"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
|
@ -128,7 +128,7 @@ HREF="sdlkey.html"
|
|||
CLASS="LITERAL"
|
||||
>SDLK_*</TT
|
||||
></A
|
||||
> symbols. A value of 1 means the key is pressed and a value of 0 means its not.</P
|
||||
> symbols. A value of 1 means the key is pressed and a value of 0 means its not. The pointer returned is a pointer to an internal SDL array and should not be freed by the caller.</P
|
||||
><DIV
|
||||
CLASS="NOTE"
|
||||
><BLOCKQUOTE
|
||||
|
@ -149,7 +149,7 @@ CLASS="FUNCTION"
|
|||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN5163"
|
||||
NAME="AEN5318"
|
||||
></A
|
||||
><H2
|
||||
>Example</H2
|
||||
|
@ -163,7 +163,7 @@ if ( keystate[SDLK_RETURN] ) printf("Return Key Pressed.\n");</PRE
|
|||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN5167"
|
||||
NAME="AEN5322"
|
||||
></A
|
||||
><H2
|
||||
>See Also</H2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue