mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-15 22:35:59 +00:00
Accidentally committed debug code
This commit is contained in:
@@ -951,7 +951,7 @@ SDLTest_PrintEvent(SDL_Event * event)
|
|||||||
{
|
{
|
||||||
if ((event->type == SDL_MOUSEMOTION) || (event->type == SDL_FINGERMOTION)) {
|
if ((event->type == SDL_MOUSEMOTION) || (event->type == SDL_FINGERMOTION)) {
|
||||||
/* Mouse and finger motion are really spammy */
|
/* Mouse and finger motion are really spammy */
|
||||||
//return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(stderr, "SDL EVENT: ");
|
fprintf(stderr, "SDL EVENT: ");
|
||||||
|
Reference in New Issue
Block a user