public class LwjglInitHelper extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
LwjglInitHelper.RenderLoopCallback
RenderLoopCallback.
|
Constructor and Description |
---|
LwjglInitHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
destroy()
destroy all and quit.
|
static LwjglInputSystem |
getInputSystem() |
static boolean |
initSubSystems(String title)
Init SubSystems.
|
static boolean |
initSubSystems(String title,
boolean useCoreProfile) |
static void |
renderLoop(Nifty nifty,
LwjglInitHelper.RenderLoopCallback callback) |
public static LwjglInputSystem getInputSystem()
public static boolean initSubSystems(String title)
title
- title pf windowpublic static boolean initSubSystems(String title, boolean useCoreProfile)
public static void renderLoop(Nifty nifty, LwjglInitHelper.RenderLoopCallback callback)
nifty
- nifty instanceeditor
- callback
- callbackpublic static void destroy()
Copyright © 2013. All Rights Reserved.