|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsdljava.SDLTimer
public class SDLTimer
Binding to the SDL Timer routines.
| Constructor Summary | |
|---|---|
SDLTimer()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SDLTimer()
| Method Detail |
|---|
public static void delay(long ms)
throws java.lang.InterruptedException
ms - Wait a specified number of milliseconds before returning.
java.lang.InterruptedExceptionpublic static long getTicks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||