mirror of https://github.com/encounter/SDL.git
Allow testing a specific controller
This commit is contained in:
parent
ff4bc1389c
commit
04b45b5581
|
@ -448,6 +448,10 @@ main(int argc, char *argv[])
|
||||||
/* !!! FIXME: */
|
/* !!! FIXME: */
|
||||||
/*SDL_RenderSetLogicalSize(screen, background->w, background->h);*/
|
/*SDL_RenderSetLogicalSize(screen, background->w, background->h);*/
|
||||||
|
|
||||||
|
if (argv[1] && *argv[1] != '-') {
|
||||||
|
gamecontroller = SDL_GameControllerOpen(SDL_atoi(argv[1]));
|
||||||
|
}
|
||||||
|
|
||||||
UpdateWindowTitle();
|
UpdateWindowTitle();
|
||||||
|
|
||||||
/* Loop, getting controller events! */
|
/* Loop, getting controller events! */
|
||||||
|
|
Loading…
Reference in New Issue