Wiki Page Content

Revision 5 as of 2013-08-08 18:27:35

Clear message

SDL_GetTicks

Use this function to get the number of milliseconds since the SDL library initialization.

Syntax

Uint32 SDL_GetTicks(void)

Return Value

Returns an unsigned 32-bit value representing the number of milliseconds since the SDL library initialized.

Code Examples

You can add your code example here

Remarks

This value wraps if the program runs for more than ~49 days.


CategoryAPI, CategoryTimer

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