mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-17 07:16:00 +00:00
Changed C++ style comments.
This commit is contained in:
@@ -123,7 +123,9 @@ main(int argc, char *argv[])
|
||||
}
|
||||
break;
|
||||
case SDL_JOYAXISMOTION:
|
||||
/*
|
||||
// SDL_Log("Axis Move: %d\n", event.jaxis.axis);
|
||||
*/
|
||||
if (enable_haptic)
|
||||
SDL_HapticRumblePlay(haptic, 0.25, 250);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user