public class Lwjgl2PlatformUtils extends LibgdxPlatformUtils
| Constructor and Description |
|---|
Lwjgl2PlatformUtils() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelPerformanceMode()
Cancels performance mode on the device.
|
void |
enablePerformanceMode()
Enables performance mode on the device.
|
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 PlatformUtilspublic void enablePerformanceMode()
PlatformUtilsenablePerformanceMode in class PlatformUtilspublic void cancelPerformanceMode()
PlatformUtilscancelPerformanceMode in class PlatformUtils