public class Lwjgl2PlatformUtils extends LibgdxPlatformUtils
| Constructor and Description |
|---|
Lwjgl2PlatformUtils() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGameThread()
Indicates if the current thread is the game thread
|
exit, timestampToDateFormatcurrentTimeMillis, 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()
PlatformUtilsisGameThread in class PlatformUtils