Updated SDL HTML documentation
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40804
This commit is contained in:
parent
83ca4b6cb1
commit
fbce506d5a
202 changed files with 4886 additions and 2484 deletions
|
@ -4,7 +4,7 @@
|
|||
>Time</TITLE
|
||||
><META
|
||||
NAME="GENERATOR"
|
||||
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
|
||||
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
|
||||
"><LINK
|
||||
REL="HOME"
|
||||
TITLE="SDL Library Documentation"
|
||||
|
@ -32,6 +32,7 @@ ALINK="#ff0000"
|
|||
><DIV
|
||||
CLASS="NAVHEADER"
|
||||
><TABLE
|
||||
SUMMARY="Header navigation table"
|
||||
WIDTH="100%"
|
||||
BORDER="0"
|
||||
CELLPADDING="0"
|
||||
|
@ -49,6 +50,7 @@ ALIGN="left"
|
|||
VALIGN="bottom"
|
||||
><A
|
||||
HREF="sdlcondwaittimeout.html"
|
||||
ACCESSKEY="P"
|
||||
>Prev</A
|
||||
></TD
|
||||
><TD
|
||||
|
@ -62,6 +64,7 @@ ALIGN="right"
|
|||
VALIGN="bottom"
|
||||
><A
|
||||
HREF="sdlgetticks.html"
|
||||
ACCESSKEY="N"
|
||||
>Next</A
|
||||
></TD
|
||||
></TR
|
||||
|
@ -74,8 +77,8 @@ CLASS="CHAPTER"
|
|||
><H1
|
||||
><A
|
||||
NAME="TIME"
|
||||
>Chapter 13. Time</A
|
||||
></H1
|
||||
></A
|
||||
>Chapter 13. Time</H1
|
||||
><DIV
|
||||
CLASS="TOC"
|
||||
><DL
|
||||
|
@ -87,23 +90,23 @@ CLASS="TOC"
|
|||
><A
|
||||
HREF="sdlgetticks.html"
|
||||
>SDL_GetTicks</A
|
||||
> — Get the number of milliseconds since the SDL library initialization.</DT
|
||||
> -- Get the number of milliseconds since the SDL library initialization.</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdldelay.html"
|
||||
>SDL_Delay</A
|
||||
> — Wait a specified number of milliseconds before returning.</DT
|
||||
> -- Wait a specified number of milliseconds before returning.</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdladdtimer.html"
|
||||
>SDL_AddTimer</A
|
||||
> — Add a timer which will call a callback after the specified number of milliseconds has
|
||||
> -- Add a timer which will call a callback after the specified number of milliseconds has
|
||||
elapsed.</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdlremovetimer.html"
|
||||
>SDL_RemoveTimer</A
|
||||
> — Remove a timer which was added with
|
||||
> -- Remove a timer which was added with
|
||||
<A
|
||||
HREF="sdladdtimer.html"
|
||||
>SDL_AddTimer</A
|
||||
|
@ -112,7 +115,7 @@ HREF="sdladdtimer.html"
|
|||
><A
|
||||
HREF="sdlsettimer.html"
|
||||
>SDL_SetTimer</A
|
||||
> — Set a callback to run after the specified number of milliseconds has
|
||||
> -- Set a callback to run after the specified number of milliseconds has
|
||||
elapsed.</DT
|
||||
></DL
|
||||
></DIV
|
||||
|
@ -141,6 +144,7 @@ CLASS="NAVFOOTER"
|
|||
><HR
|
||||
ALIGN="LEFT"
|
||||
WIDTH="100%"><TABLE
|
||||
SUMMARY="Footer navigation table"
|
||||
WIDTH="100%"
|
||||
BORDER="0"
|
||||
CELLPADDING="0"
|
||||
|
@ -152,6 +156,7 @@ ALIGN="left"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="sdlcondwaittimeout.html"
|
||||
ACCESSKEY="P"
|
||||
>Prev</A
|
||||
></TD
|
||||
><TD
|
||||
|
@ -160,6 +165,7 @@ ALIGN="center"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="index.html"
|
||||
ACCESSKEY="H"
|
||||
>Home</A
|
||||
></TD
|
||||
><TD
|
||||
|
@ -168,6 +174,7 @@ ALIGN="right"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="sdlgetticks.html"
|
||||
ACCESSKEY="N"
|
||||
>Next</A
|
||||
></TD
|
||||
></TR
|
||||
|
@ -183,6 +190,7 @@ ALIGN="center"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="reference.html"
|
||||
ACCESSKEY="U"
|
||||
>Up</A
|
||||
></TD
|
||||
><TD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue