mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-11 03:13:39 +02:00
Updated Xcode project for SDL_main as a header-only library
This commit is contained in:
@@ -187,8 +187,6 @@ main(int argc, char *argv[])
|
||||
SDL_JoystickNumAxes(accelerometer));
|
||||
printf("joystick number of hats = %d\n",
|
||||
SDL_JoystickNumHats(accelerometer));
|
||||
printf("joystick number of balls = %d\n",
|
||||
SDL_JoystickNumBalls(accelerometer));
|
||||
printf("joystick number of buttons = %d\n",
|
||||
SDL_JoystickNumButtons(accelerometer));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user