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 @@
|
|||
>Event Functions.</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="sdlkey.html"
|
||||
ACCESSKEY="P"
|
||||
>Prev</A
|
||||
></TD
|
||||
><TD
|
||||
|
@ -58,6 +60,7 @@ ALIGN="right"
|
|||
VALIGN="bottom"
|
||||
><A
|
||||
HREF="sdlpumpevents.html"
|
||||
ACCESSKEY="N"
|
||||
>Next</A
|
||||
></TD
|
||||
></TR
|
||||
|
@ -71,8 +74,8 @@ CLASS="SECT1"
|
|||
CLASS="SECT1"
|
||||
><A
|
||||
NAME="EVENTFUNCTIONS"
|
||||
>Event Functions.</A
|
||||
></H1
|
||||
></A
|
||||
>Event Functions.</H1
|
||||
><DIV
|
||||
CLASS="TOC"
|
||||
><DL
|
||||
|
@ -84,99 +87,99 @@ CLASS="TOC"
|
|||
><A
|
||||
HREF="sdlpumpevents.html"
|
||||
>SDL_PumpEvents</A
|
||||
> — Pumps the event loop, gathering events from the input devices.</DT
|
||||
> -- Pumps the event loop, gathering events from the input devices.</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdlpeepevents.html"
|
||||
>SDL_PeepEvents</A
|
||||
> — Checks the event queue for messages and optionally returns them.</DT
|
||||
> -- Checks the event queue for messages and optionally returns them.</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdlpollevent.html"
|
||||
>SDL_PollEvent</A
|
||||
> — Polls for currently pending events.</DT
|
||||
> -- Polls for currently pending events.</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdlwaitevent.html"
|
||||
>SDL_WaitEvent</A
|
||||
> — Waits indefinitely for the next available event.</DT
|
||||
> -- Waits indefinitely for the next available event.</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdlpushevent.html"
|
||||
>SDL_PushEvent</A
|
||||
> — Pushes an event onto the event queue</DT
|
||||
> -- Pushes an event onto the event queue</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdlseteventfilter.html"
|
||||
>SDL_SetEventFilter</A
|
||||
> — Sets up a filter to process all events before they are posted
|
||||
> -- Sets up a filter to process all events before they are posted
|
||||
to the event queue.</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdlgeteventfilter.html"
|
||||
>SDL_GetEventFilter</A
|
||||
> — Retrieves a pointer to he event filter</DT
|
||||
> -- Retrieves a pointer to he event filter</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdleventstate.html"
|
||||
>SDL_EventState</A
|
||||
> — This function allows you to set the state of processing certain events.</DT
|
||||
> -- This function allows you to set the state of processing certain events.</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdlgetkeystate.html"
|
||||
>SDL_GetKeyState</A
|
||||
> — Get a snapshot of the current keyboard state</DT
|
||||
> -- Get a snapshot of the current keyboard state</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdlgetmodstate.html"
|
||||
>SDL_GetModState</A
|
||||
> — Get the state of modifier keys.</DT
|
||||
> -- Get the state of modifier keys.</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdlsetmodstate.html"
|
||||
>SDL_SetModState</A
|
||||
> — Set the current key modifier state</DT
|
||||
> -- Set the current key modifier state</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdlgetkeyname.html"
|
||||
>SDL_GetKeyName</A
|
||||
> — Get the name of an SDL virtual keysym</DT
|
||||
> -- Get the name of an SDL virtual keysym</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdlenableunicode.html"
|
||||
>SDL_EnableUNICODE</A
|
||||
> — Enable UNICODE translation</DT
|
||||
> -- Enable UNICODE translation</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdlenablekeyrepeat.html"
|
||||
>SDL_EnableKeyRepeat</A
|
||||
> — Set keyboard repeat rate.</DT
|
||||
> -- Set keyboard repeat rate.</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdlgetmousestate.html"
|
||||
>SDL_GetMouseState</A
|
||||
> — Retrieve the current state of the mouse</DT
|
||||
> -- Retrieve the current state of the mouse</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdlgetrelativemousestate.html"
|
||||
>SDL_GetRelativeMouseState</A
|
||||
> — Retrieve the current state of the mouse</DT
|
||||
> -- Retrieve the current state of the mouse</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdlgetappstate.html"
|
||||
>SDL_GetAppState</A
|
||||
> — Get the state of the application</DT
|
||||
> -- Get the state of the application</DT
|
||||
><DT
|
||||
><A
|
||||
HREF="sdljoystickeventstate.html"
|
||||
>SDL_JoystickEventState</A
|
||||
> — Enable/disable joystick event polling</DT
|
||||
> -- Enable/disable joystick event polling</DT
|
||||
></DL
|
||||
></DIV
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN4928"
|
||||
NAME="AEN5312"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -416,6 +419,7 @@ CLASS="NAVFOOTER"
|
|||
><HR
|
||||
ALIGN="LEFT"
|
||||
WIDTH="100%"><TABLE
|
||||
SUMMARY="Footer navigation table"
|
||||
WIDTH="100%"
|
||||
BORDER="0"
|
||||
CELLPADDING="0"
|
||||
|
@ -427,6 +431,7 @@ ALIGN="left"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="sdlkey.html"
|
||||
ACCESSKEY="P"
|
||||
>Prev</A
|
||||
></TD
|
||||
><TD
|
||||
|
@ -435,6 +440,7 @@ ALIGN="center"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="index.html"
|
||||
ACCESSKEY="H"
|
||||
>Home</A
|
||||
></TD
|
||||
><TD
|
||||
|
@ -443,6 +449,7 @@ ALIGN="right"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="sdlpumpevents.html"
|
||||
ACCESSKEY="N"
|
||||
>Next</A
|
||||
></TD
|
||||
></TR
|
||||
|
@ -458,6 +465,7 @@ ALIGN="center"
|
|||
VALIGN="top"
|
||||
><A
|
||||
HREF="event.html"
|
||||
ACCESSKEY="U"
|
||||
>Up</A
|
||||
></TD
|
||||
><TD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue