#pragma section-numbers off #pragma disable-camelcase = SDL_Delay = Use this function to wait a specified number of milliseconds before returning. <> == Syntax == {{{#!highlight cpp void SDL_Delay(Uint32 ms) }}} == Function Parameters == ||'''ms'''||the number of milliseconds to delay|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == This function waits a specified number of milliseconds before returning. It waits at least the specified time, but possibly longer due to OS scheduling. ---- [[CategoryAPI]], [[CategoryTimer]]