System.Key
Constructor and Description |
---|
LWJGLSystem() |
Modifier and Type | Method and Description |
---|---|
void |
createDisplay(java.lang.String title,
int width,
int height,
boolean fullscreen,
boolean borderless) |
void |
destoryDisplay() |
Vector2 |
getDisplayDimensions() |
System.Key[] |
getKeys() |
Vector2 |
getMouseInfo() |
boolean |
isExitRequested() |
static java.lang.String |
keyToReadable(java.lang.String key) |
void |
resize() |
void |
tick() |
public static java.lang.String keyToReadable(java.lang.String key)
public void createDisplay(java.lang.String title, int width, int height, boolean fullscreen, boolean borderless) throws java.lang.Exception
createDisplay
in interface System
java.lang.Exception
public void destoryDisplay()
destoryDisplay
in interface System
public boolean isExitRequested()
isExitRequested
in interface System
public Vector2 getMouseInfo()
getMouseInfo
in interface System
public Vector2 getDisplayDimensions()
public System.Key[] getKeys()