Added reading of event* for touch events.
This commit is contained in:
parent
f806d39746
commit
72c5a40b07
12 changed files with 407 additions and 88 deletions
|
@ -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... */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue