Wiki Page Content

Differences between revisions 11 and 12
Revision 11 as of 2011-02-14 18:06:22
Size: 1325
Editor: SheenaSmith
Comment: update content - change tip to default
Revision 12 as of 2011-11-14 16:35:38
Size: 1366
Editor: SheenaSmith
Comment: add search exclusions for SG pages
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
<<FullSearch(category:CategoryEnum CategoryEvents)>> <<FullSearch(category:CategoryEnum CategoryEvents -SGEnumerations)>>
Line 28: Line 28:
<<FullSearch(category:CategoryStruct CategoryEvents)>> <<FullSearch(category:CategoryStruct CategoryEvents -SGStructures)>>
Line 31: Line 31:

<<FullSearch(category:CategoryEvents -CategoryEnum -CategoryStruct)>>
<<FullSearch(category:CategoryEvents -CategoryEnum -CategoryStruct -SGFunctions)>>

Event Handling

Include File(s): SDL_events.h

Introduction

Event handling allows your application to receive input from the user. Event handling is initialized (along with video) with a call to:

Internally, SDL stores all the events waiting to be handled in an event queue. Using functions like SDL_PollEvent(), SDL_PeepEvents() and SDL_WaitEvent() you can observe and handle waiting input events.

The event queue itself is composed of a series of SDL_Event structures, one for each waiting event. SDL_Event structures are read from the queue with the SDL_PollEvent() function and it is then up to the application to process the information stored with them.

Enumerations

Structures

Functions


CategoryCategory

None: CategoryEvents (last edited 2014-03-10 18:53:46 by nairou)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit