Package org.lwjglx
Class Sys
java.lang.Object
org.lwjglx.Sys
public class Sys
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Sys()
-
Method Summary
Modifier and Type Method Description static long
getNanoTime()
static long
getTime()
static long
getTimerResolution()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Sys
public Sys()
-
-
Method Details
-
getTimerResolution
public static long getTimerResolution() -
getTime
public static long getTime() -
getNanoTime
public static long getNanoTime()
-