comparison docs/html/eventfunctions.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
171 HREF="sdljoystickeventstate.html" 171 HREF="sdljoystickeventstate.html"
172 >SDL_JoystickEventState</A 172 >SDL_JoystickEventState</A
173 > &#8212; Enable/disable joystick event polling</DT 173 > &#8212; Enable/disable joystick event polling</DT
174 ></DL 174 ></DL
175 ></DIV 175 ></DIV
176 ><DIV
177 CLASS="INFORMALTABLE"
178 ><A
179 NAME="AEN4928"
180 ></A
181 ><P
182 ></P
183 ><TABLE
184 BORDER="0"
185 CLASS="CALSTABLE"
186 ><TBODY
187 ><TR
188 ><TD
189 ALIGN="LEFT"
190 VALIGN="TOP"
191 ><A
192 HREF="sdlpumpevents.html"
193 >SDL_PumpEvents</A
194 ></TD
195 ><TD
196 ALIGN="LEFT"
197 VALIGN="TOP"
198 >Pumps the event loop, gathering events from the input devices</TD
199 ></TR
200 ><TR
201 ><TD
202 ALIGN="LEFT"
203 VALIGN="TOP"
204 ><A
205 HREF="sdlpeepevents.html"
206 >SDL_PeepEvents</A
207 ></TD
208 ><TD
209 ALIGN="LEFT"
210 VALIGN="TOP"
211 >Checks the event queue for messages and optionally returns them</TD
212 ></TR
213 ><TR
214 ><TD
215 ALIGN="LEFT"
216 VALIGN="TOP"
217 ><A
218 HREF="sdlpollevent.html"
219 >SDL_PollEvent</A
220 ></TD
221 ><TD
222 ALIGN="LEFT"
223 VALIGN="TOP"
224 >Polls for currently pending events</TD
225 ></TR
226 ><TR
227 ><TD
228 ALIGN="LEFT"
229 VALIGN="TOP"
230 ><A
231 HREF="sdlwaitevent.html"
232 >SDL_WaitEvent</A
233 ></TD
234 ><TD
235 ALIGN="LEFT"
236 VALIGN="TOP"
237 >Waits indefinitely for the next available event</TD
238 ></TR
239 ><TR
240 ><TD
241 ALIGN="LEFT"
242 VALIGN="TOP"
243 ><A
244 HREF="sdlpushevent.html"
245 >SDL_PushEvent</A
246 ></TD
247 ><TD
248 ALIGN="LEFT"
249 VALIGN="TOP"
250 >Pushes an event onto the event queue</TD
251 ></TR
252 ><TR
253 ><TD
254 ALIGN="LEFT"
255 VALIGN="TOP"
256 ><A
257 HREF="sdlseteventfilter.html"
258 >SDL_SetEventFilter</A
259 ></TD
260 ><TD
261 ALIGN="LEFT"
262 VALIGN="TOP"
263 >Sets up a filter to process all events</TD
264 ></TR
265 ><TR
266 ><TD
267 ALIGN="LEFT"
268 VALIGN="TOP"
269 ><A
270 HREF="sdleventstate.html"
271 >SDL_EventState</A
272 ></TD
273 ><TD
274 ALIGN="LEFT"
275 VALIGN="TOP"
276 >Allows you to set the state of processing certain events</TD
277 ></TR
278 ><TR
279 ><TD
280 ALIGN="LEFT"
281 VALIGN="TOP"
282 ><A
283 HREF="sdlgetkeystate.html"
284 >SDL_GetKeyState</A
285 ></TD
286 ><TD
287 ALIGN="LEFT"
288 VALIGN="TOP"
289 >Get a snapshot of the current keyboard state</TD
290 ></TR
291 ><TR
292 ><TD
293 ALIGN="LEFT"
294 VALIGN="TOP"
295 ><A
296 HREF="sdlgetmodstate.html"
297 >SDL_GetModState</A
298 ></TD
299 ><TD
300 ALIGN="LEFT"
301 VALIGN="TOP"
302 >Get the state of modifier keys</TD
303 ></TR
304 ><TR
305 ><TD
306 ALIGN="LEFT"
307 VALIGN="TOP"
308 ><A
309 HREF="sdlsetmodstate.html"
310 >SDL_SetModState</A
311 ></TD
312 ><TD
313 ALIGN="LEFT"
314 VALIGN="TOP"
315 >Set the state of modifier keys</TD
316 ></TR
317 ><TR
318 ><TD
319 ALIGN="LEFT"
320 VALIGN="TOP"
321 ><A
322 HREF="sdlgetkeyname.html"
323 >SDL_GetKeyName</A
324 ></TD
325 ><TD
326 ALIGN="LEFT"
327 VALIGN="TOP"
328 >Get the name of an SDL virtual keysym</TD
329 ></TR
330 ><TR
331 ><TD
332 ALIGN="LEFT"
333 VALIGN="TOP"
334 ><A
335 HREF="sdlenableunicode.html"
336 >SDL_EnableUNICODE</A
337 ></TD
338 ><TD
339 ALIGN="LEFT"
340 VALIGN="TOP"
341 >Enable UNICODE translation</TD
342 ></TR
343 ><TR
344 ><TD
345 ALIGN="LEFT"
346 VALIGN="TOP"
347 ><A
348 HREF="sdlenablekeyrepeat.html"
349 >SDL_EnableKeyRepeat</A
350 ></TD
351 ><TD
352 ALIGN="LEFT"
353 VALIGN="TOP"
354 >Set keyboard repeat rate</TD
355 ></TR
356 ><TR
357 ><TD
358 ALIGN="LEFT"
359 VALIGN="TOP"
360 ><A
361 HREF="sdlgetmousestate.html"
362 >SDL_GetMouseState</A
363 ></TD
364 ><TD
365 ALIGN="LEFT"
366 VALIGN="TOP"
367 >Retrieve the current state of the mouse</TD
368 ></TR
369 ><TR
370 ><TD
371 ALIGN="LEFT"
372 VALIGN="TOP"
373 ><A
374 HREF="sdlgetrelativemousestate.html"
375 >SDL_GetRelativeMouseState</A
376 ></TD
377 ><TD
378 ALIGN="LEFT"
379 VALIGN="TOP"
380 >Retrieve the current state of the mouse</TD
381 ></TR
382 ><TR
383 ><TD
384 ALIGN="LEFT"
385 VALIGN="TOP"
386 ><A
387 HREF="sdlgetappstate.html"
388 >SDL_GetAppState</A
389 ></TD
390 ><TD
391 ALIGN="LEFT"
392 VALIGN="TOP"
393 >Get the state of the application</TD
394 ></TR
395 ><TR
396 ><TD
397 ALIGN="LEFT"
398 VALIGN="TOP"
399 ><A
400 HREF="sdljoystickeventstate.html"
401 >SDL_JoystickEventState</A
402 ></TD
403 ><TD
404 ALIGN="LEFT"
405 VALIGN="TOP"
406 >Enable/disable joystick event polling</TD
407 ></TR
408 ></TBODY
409 ></TABLE
410 ><P
411 ></P
412 ></DIV
176 ></DIV 413 ></DIV
177 ><DIV 414 ><DIV
178 CLASS="NAVFOOTER" 415 CLASS="NAVFOOTER"
179 ><HR 416 ><HR
180 ALIGN="LEFT" 417 ALIGN="LEFT"