All pastes #2052916 Raw Edit

Unnamed

public text v1 · immutable
#2052916 ·published 2011-05-02 16:03 UTC
rendered paste body
    pupsleep=0; $
    while ( SDL_PollEvent(&event) );$
    {$
        if (pupsleep > 10 || event.type == SDL_KEYUP || event.type == SDL_KEYDOWN || event.type == SDL_MOUSEBUTTONDOWN || options.cli_server > -1)$
        {$
 printf("\n KEYPRESSED BREAKOUT OF WAITLOOP");$
            break;$
        }$
        pupsleep++;$
        SDL_Delay(25); $
    }