public class Lwjgl3PlatformUtils extends LibgdxPlatformUtils
| Modifier and Type | Field and Description |
|---|---|
static long |
GAME_THREAD_ID |
| Constructor and Description |
|---|
Lwjgl3PlatformUtils() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGameThread()
Indicates if the current thread is the game thread
|
exitcurrentTimeMillis, decompress, getAvailableMemory, getTotalMemory, getUsedMemory, nanoTimegetAverageRenderDuration, getAverageUpdateDuration, getFramesPerSecond, getUpdatesPerSecond, getUpdatesThisSecond, markFrame, markRenderBegin, markRenderEnd, markUpdateBegin, markUpdateEndpublic boolean isGameThread()
PlatformUtilsisGameThread in class PlatformUtils