Module Sdltimer

Wait a specified number of milliseconds before returning
val delay : ms:int -> unit;;


Get the number of milliseconds since the SDL library initialization.
val get_ticks : unit -> int ;;