mini2Dx/mini2Dx

Add PlatformUtils.isGameThread()

Closed this issue · 2 comments

Add method that returns true if the current thread is the game/graphics thread

Note: Use platform-specific implementations and don't rely on Java's thread API. When we add GWT this will always return true due to lack of threading in javascript.