Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
SDL_PollEvent(3)
Edit
PageHistory
Diff
Info
LikePages
SDL_!PollEvent !!!SDL_!PollEvent NAME SYNOPSIS DESCRIPTION EXAMPLES SEE ALSO ---- !!NAME SDL_!PollEvent- Polls for currently pending events. !!SYNOPSIS __#include __ __int SDL_!PollEvent__(__SDL_Event *event__); !!DESCRIPTION Polls for currently pending events, and returns __1__ if there are any pending events, or __0__ if there are none available. If __event__ is not __NULL__, the next event is removed from the queue and stored in that area. !!EXAMPLES SDL_Event event; /* Event structure */ . . . /* Check for events */ while(SDL_!PollEvent( !!SEE ALSO __SDL_Event__, __SDL_!WaitEvent__, __SDL_!PeepEvents__ ----
One page links to
SDL_PollEvent(3)
:
SDLManPages
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.