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_Event</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="eventstructures.html"
|
||||
ACCESSKEY="P"
|
||||
>Prev</A
|
||||
></TD
|
||||
><TD
|
||||
|
@ -58,6 +60,7 @@ ALIGN="right"
|
|||
VALIGN="bottom"
|
||||
><A
|
||||
HREF="sdlactiveevent.html"
|
||||
ACCESSKEY="N"
|
||||
>Next</A
|
||||
></TD
|
||||
></TR
|
||||
|
@ -68,12 +71,12 @@ WIDTH="100%"></DIV
|
|||
><H1
|
||||
><A
|
||||
NAME="SDLEVENT"
|
||||
>SDL_Event</A
|
||||
></H1
|
||||
></A
|
||||
>SDL_Event</H1
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN3327"
|
||||
NAME="AEN3711"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
|
@ -81,7 +84,7 @@ NAME="AEN3327"
|
|||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN3330"
|
||||
NAME="AEN3714"
|
||||
></A
|
||||
><H2
|
||||
>Structure Definition</H2
|
||||
|
@ -107,14 +110,14 @@ CLASS="PROGRAMLISTING"
|
|||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN3333"
|
||||
NAME="AEN3717"
|
||||
></A
|
||||
><H2
|
||||
>Structure Data</H2
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3335"
|
||||
NAME="AEN3719"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -380,7 +383,7 @@ HREF="sdlsyswmevent.html"
|
|||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN3407"
|
||||
NAME="AEN3791"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
|
@ -404,7 +407,7 @@ CLASS="STRUCTFIELD"
|
|||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3415"
|
||||
NAME="AEN3799"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -686,7 +689,7 @@ CLASS="STRUCTNAME"
|
|||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN3501"
|
||||
NAME="AEN3885"
|
||||
></A
|
||||
><H2
|
||||
>Use</H2
|
||||
|
@ -763,9 +766,12 @@ CLASS="FUNCTION"
|
|||
> removes an event from the queue then the event information will be placed in our <SPAN
|
||||
CLASS="STRUCTNAME"
|
||||
>test_event</SPAN
|
||||
> structure, but we also know that the <I
|
||||
> structure, but we also know that the <SPAN
|
||||
CLASS="emphasis"
|
||||
><I
|
||||
CLASS="EMPHASIS"
|
||||
>type</I
|
||||
></SPAN
|
||||
> of event will be placed in the <TT
|
||||
CLASS="STRUCTFIELD"
|
||||
><I
|
||||
|
@ -787,9 +793,12 @@ CLASS="FUNCTION"
|
|||
CLASS="PROGRAMLISTING"
|
||||
> switch(test_event.type) {</PRE
|
||||
>
|
||||
We need to know what kind of events we're looking for <I
|
||||
We need to know what kind of events we're looking for <SPAN
|
||||
CLASS="emphasis"
|
||||
><I
|
||||
CLASS="EMPHASIS"
|
||||
>and</I
|
||||
></SPAN
|
||||
> the event <TT
|
||||
CLASS="STRUCTFIELD"
|
||||
><I
|
||||
|
@ -891,7 +900,7 @@ SDL_PushEvent(&user_event);</PRE
|
|||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN3558"
|
||||
NAME="AEN3942"
|
||||
></A
|
||||
><H2
|
||||
>See Also</H2
|
||||
|
@ -923,6 +932,7 @@ CLASS="NAVFOOTER"
|
|||
><HR
|
||||
ALIGN="LEFT"
|
||||
WIDTH="100%"><TABLE
|
||||
SUMMARY="Footer navigation table"
|
||||
WIDTH="100%"
|
||||
BORDER="0"
|
||||
CELLPADDING="0"
|
||||
|
@ -934,6 +944,7 @@ ALIGN="left"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="eventstructures.html"
|
||||
ACCESSKEY="P"
|
||||
>Prev</A
|
||||
></TD
|
||||
><TD
|
||||
|
@ -942,6 +953,7 @@ ALIGN="center"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="index.html"
|
||||
ACCESSKEY="H"
|
||||
>Home</A
|
||||
></TD
|
||||
><TD
|
||||
|
@ -950,6 +962,7 @@ ALIGN="right"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="sdlactiveevent.html"
|
||||
ACCESSKEY="N"
|
||||
>Next</A
|
||||
></TD
|
||||
></TR
|
||||
|
@ -965,6 +978,7 @@ ALIGN="center"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="eventstructures.html"
|
||||
ACCESSKEY="U"
|
||||
>Up</A
|
||||
></TD
|
||||
><TD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue