Added reading of event* for touch events.

This commit is contained in:
Jim Grandpre 2010-05-28 01:26:52 -04:00
parent f806d39746
commit 72c5a40b07
12 changed files with 407 additions and 88 deletions

View file

@ -254,6 +254,7 @@ SDL_StartEventLoop(Uint32 flags)
retcode = 0;
retcode += SDL_KeyboardInit();
retcode += SDL_MouseInit();
retcode += SDL_TouchInit();
retcode += SDL_QuitInit();
if (retcode < 0) {
/* We don't expect them to fail, but... */