Mercurial > sdl-ios-xcode
comparison docs/html/event.html @ 181:e5bc29de3f0a
Updated from the SDL Documentation Project
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 14 Sep 2001 02:41:09 +0000 |
parents | 55f1f1b3e27d |
children | 355632dca928 |
comparison
equal
deleted
inserted
replaced
180:578815880307 | 181:e5bc29de3f0a |
---|---|
83 ><B | 83 ><B |
84 >Table of Contents</B | 84 >Table of Contents</B |
85 ></DT | 85 ></DT |
86 ><DT | 86 ><DT |
87 ><A | 87 ><A |
88 HREF="event.html#AEN3269" | 88 HREF="event.html#AEN3307" |
89 >Introduction</A | 89 >Introduction</A |
90 ></DT | 90 ></DT |
91 ><DT | 91 ><DT |
92 ><A | 92 ><A |
93 HREF="eventstructures.html" | 93 HREF="eventstructures.html" |
103 ><DIV | 103 ><DIV |
104 CLASS="SECT1" | 104 CLASS="SECT1" |
105 ><H1 | 105 ><H1 |
106 CLASS="SECT1" | 106 CLASS="SECT1" |
107 ><A | 107 ><A |
108 NAME="AEN3269" | 108 NAME="AEN3307" |
109 >Introduction</A | 109 >Introduction</A |
110 ></H1 | 110 ></H1 |
111 ><P | 111 ><P |
112 >Event handling allows your application to receive input from the user. Event handling is initalised (along with video) with a call to: | 112 >Event handling allows your application to receive input from the user. Event handling is initalised (along with video) with a call to: |
113 <PRE | 113 <PRE |
114 CLASS="PROGRAMLISTING" | 114 CLASS="PROGRAMLISTING" |
115 >SDL_Init(SDL_INIT_VIDEO);</PRE | 115 >SDL_Init(SDL_INIT_VIDEO);</PRE |
116 > | 116 > |
117 Interally, SDL stores all the events waiting to be handled in an event queue. Using functions like <A | 117 Internally, SDL stores all the events waiting to be handled in an event queue. Using functions like <A |
118 HREF="sdlpollevent.html" | 118 HREF="sdlpollevent.html" |
119 ><TT | 119 ><TT |
120 CLASS="FUNCTION" | 120 CLASS="FUNCTION" |
121 >SDL_PollEvent</TT | 121 >SDL_PollEvent</TT |
122 ></A | 122 ></A |