Wiki Page Content

Revision 1 as of 2010-05-18 00:33:35

Clear message

DRAFT

SDL_RemoveTimer

Use this function to remove one of the multiple timers created with [[SDL_AddTimer]]() knowing its ID.

Syntax

SDL_bool SDL_RemoveTimer(SDL_TimerID t)

Function Parameters

t

the ID of the timer to remove

Return Value

Returns SDL_TRUE on success, or SDL_FALSE on failure; call SDL_GetError() for more information.

-OR-

Returns a boolean value indicating success or failure.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryTimer

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit