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 @@
|
|||
>SDL_Delay</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"
|
||||
|
@ -28,6 +28,7 @@ ALINK="#ff0000"
|
|||
><DIV
|
||||
CLASS="NAVHEADER"
|
||||
><TABLE
|
||||
SUMMARY="Header navigation table"
|
||||
WIDTH="100%"
|
||||
BORDER="0"
|
||||
CELLPADDING="0"
|
||||
|
@ -45,6 +46,7 @@ ALIGN="left"
|
|||
VALIGN="bottom"
|
||||
><A
|
||||
HREF="sdlgetticks.html"
|
||||
ACCESSKEY="P"
|
||||
>Prev</A
|
||||
></TD
|
||||
><TD
|
||||
|
@ -58,6 +60,7 @@ ALIGN="right"
|
|||
VALIGN="bottom"
|
||||
><A
|
||||
HREF="sdladdtimer.html"
|
||||
ACCESSKEY="N"
|
||||
>Next</A
|
||||
></TD
|
||||
></TR
|
||||
|
@ -68,12 +71,12 @@ WIDTH="100%"></DIV
|
|||
><H1
|
||||
><A
|
||||
NAME="SDLDELAY"
|
||||
>SDL_Delay</A
|
||||
></H1
|
||||
></A
|
||||
>SDL_Delay</H1
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN8067"
|
||||
NAME="AEN8455"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
|
@ -81,14 +84,14 @@ NAME="AEN8067"
|
|||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN8070"
|
||||
NAME="AEN8458"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
><DIV
|
||||
CLASS="FUNCSYNOPSIS"
|
||||
><A
|
||||
NAME="AEN8071"
|
||||
NAME="AEN8459"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -112,7 +115,7 @@ CLASS="FSFUNC"
|
|||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN8077"
|
||||
NAME="AEN8465"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
|
@ -120,9 +123,12 @@ NAME="AEN8077"
|
|||
>Wait a specified number of milliseconds before returning. <TT
|
||||
CLASS="FUNCTION"
|
||||
>SDL_Delay</TT
|
||||
> will wait at <I
|
||||
> will wait at <SPAN
|
||||
CLASS="emphasis"
|
||||
><I
|
||||
CLASS="EMPHASIS"
|
||||
>least</I
|
||||
></SPAN
|
||||
> the specified time, but possible longer due to OS scheduling.</P
|
||||
><DIV
|
||||
CLASS="NOTE"
|
||||
|
@ -131,9 +137,12 @@ CLASS="NOTE"
|
|||
><P
|
||||
><B
|
||||
>Note: </B
|
||||
>Count on a delay granularity of <I
|
||||
>Count on a delay granularity of <SPAN
|
||||
CLASS="emphasis"
|
||||
><I
|
||||
CLASS="EMPHASIS"
|
||||
>at least</I
|
||||
></SPAN
|
||||
> 10 ms.
|
||||
Some platforms have shorter clock ticks but this is the most common.</P
|
||||
></BLOCKQUOTE
|
||||
|
@ -142,7 +151,7 @@ Some platforms have shorter clock ticks but this is the most common.</P
|
|||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN8085"
|
||||
NAME="AEN8473"
|
||||
></A
|
||||
><H2
|
||||
>See Also</H2
|
||||
|
@ -160,6 +169,7 @@ CLASS="NAVFOOTER"
|
|||
><HR
|
||||
ALIGN="LEFT"
|
||||
WIDTH="100%"><TABLE
|
||||
SUMMARY="Footer navigation table"
|
||||
WIDTH="100%"
|
||||
BORDER="0"
|
||||
CELLPADDING="0"
|
||||
|
@ -171,6 +181,7 @@ ALIGN="left"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="sdlgetticks.html"
|
||||
ACCESSKEY="P"
|
||||
>Prev</A
|
||||
></TD
|
||||
><TD
|
||||
|
@ -179,6 +190,7 @@ ALIGN="center"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="index.html"
|
||||
ACCESSKEY="H"
|
||||
>Home</A
|
||||
></TD
|
||||
><TD
|
||||
|
@ -187,6 +199,7 @@ ALIGN="right"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="sdladdtimer.html"
|
||||
ACCESSKEY="N"
|
||||
>Next</A
|
||||
></TD
|
||||
></TR
|
||||
|
@ -202,6 +215,7 @@ ALIGN="center"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="time.html"
|
||||
ACCESSKEY="U"
|
||||
>Up</A
|
||||
></TD
|
||||
><TD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue