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