public abstract class LibgdxPlatformUtils
extends org.mini2Dx.core.JvmPlatformUtils
| Constructor and Description |
|---|
LibgdxPlatformUtils() |
| Modifier and Type | Method and Description |
|---|---|
void |
exit(boolean ignorePlatformRestrictions) |
java.lang.String |
timestampToDateFormat(long millis,
java.lang.String format) |
currentTimeMillis, decompress, getAvailableMemory, getTotalMemory, getUsedMemory, nanoTimecancelPerformanceMode, enablePerformanceMode, getAverageFrameDuration, getAverageFrameInterval, getAverageInterpolateDuration, getAverageRenderDuration, getAverageUpdateDuration, getFramesPerSecond, getMaxFrameDuration, getMaxInterpolateDuration, getMaxRenderDuration, getMaxUpdateDuration, getUpdatesPerSecond, getUpdatesThisSecond, isGameThread, markFrameBegin, markFrameEnd, markInterpolateBegin, markInterpolateEnd, markRenderBegin, markRenderEnd, markUpdateBegin, markUpdateEndpublic void exit(boolean ignorePlatformRestrictions)
exit in class org.mini2Dx.core.PlatformUtilspublic java.lang.String timestampToDateFormat(long millis,
java.lang.String format)
timestampToDateFormat in class org.mini2Dx.core.PlatformUtils