fastevents.h File Reference

#include <SDL/SDL_events.h>

Include dependency graph for fastevents.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int FE_Init ()
void FE_Quit ()
void FE_PumpEvents ()
int FE_PollEvent (SDL_Event *event)
int FE_WaitEvent (SDL_Event *event)
int FE_PushEvent (SDL_Event *event)
const char * FE_GetError ()


Function Documentation

const char* FE_GetError (  ) 

int FE_Init (  ) 

Referenced by Wt::SDLEvent::SDLEvent().

int FE_PollEvent ( SDL_Event *  event  ) 

void FE_PumpEvents (  ) 

int FE_PushEvent ( SDL_Event *  event  ) 

Referenced by Wt::SDLEvent::push().

void FE_Quit (  ) 

Referenced by Wt::SDLEvent::~SDLEvent().

int FE_WaitEvent ( SDL_Event *  event  ) 

Referenced by Wt::SDLEvent::wait().


Generated Fri Jul 28 19:23:26 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.