public class Lwjgl2PlatformUtils
extends org.mini2Dx.libgdx.LibgdxPlatformUtils
| Constructor and Description |
|---|
Lwjgl2PlatformUtils() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelPerformanceMode() |
void |
enablePerformanceMode() |
boolean |
isGameThread() |
currentTimeMillis, decompress, getAvailableMemory, getTotalMemory, getUsedMemory, nanoTimegetAverageFrameDuration, getAverageFrameInterval, getAverageInterpolateDuration, getAverageRenderDuration, getAverageUpdateDuration, getFramesPerSecond, getMaxFrameDuration, getMaxInterpolateDuration, getMaxRenderDuration, getMaxUpdateDuration, getUpdatesPerSecond, getUpdatesThisSecond, markFrameBegin, markFrameEnd, markInterpolateBegin, markInterpolateEnd, markRenderBegin, markRenderEnd, markUpdateBegin, markUpdateEndpublic boolean isGameThread()
isGameThread in class org.mini2Dx.core.PlatformUtilspublic void enablePerformanceMode()
enablePerformanceMode in class org.mini2Dx.core.PlatformUtilspublic void cancelPerformanceMode()
cancelPerformanceMode in class org.mini2Dx.core.PlatformUtils