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
|
exit
currentTimeMillis, decompress, getAvailableMemory, getTotalMemory, getUsedMemory, nanoTime
getAverageRenderDuration, getAverageUpdateDuration, getFramesPerSecond, getUpdatesPerSecond, getUpdatesThisSecond, markFrame, markRenderBegin, markRenderEnd, markUpdateBegin, markUpdateEnd
public boolean isGameThread()
PlatformUtils
isGameThread
in class PlatformUtils