sdljava
public class SDLTimer extends Object
Version: $Id: SDLTimer.java,v 1.1 2005/01/30 21:33:06 doc_alton Exp $
Method Summary | |
---|---|
static void | delay(long ms)
Wait a specified number of milliseconds before returning.
|
static long | getTicks()
Get the number of milliseconds since the SDL library initialization.
|
Parameters: ms Wait a specified number of milliseconds before returning.
Returns: long Get the number of milliseconds since the SDL library initialization.