Timer
SDL time management routines
Operations
Delay
Wait a specified number of milliseconds before returning
function : Delay(ms:Int) ~ Nil
Parameters
Name | Type | Description |
---|---|---|
ms | Int | number of milliseconds to delay |
GetTicks
Get the number of milliseconds since the SDL library initialization
function : GetTicks() ~ Int
Return
Type | Description |
---|---|
Int | value representing the number of milliseconds since the SDL library initialized |