Package com.gaia3d.renderer.engine
Class Window
java.lang.Object
com.gaia3d.renderer.engine.Window
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()voidbooleanisKeyPressed(int keyCode) voidkeyCallBack(int key, int action) voidvoidupdate()boolean
-
Constructor Details
-
Window
-
-
Method Details
-
glMakeContextCurrent
public void glMakeContextCurrent() -
keyCallBack
public void keyCallBack(int key, int action) -
cleanup
public void cleanup() -
isKeyPressed
public boolean isKeyPressed(int keyCode) -
pollEvents
public void pollEvents() -
update
public void update() -
windowShouldClose
public boolean windowShouldClose()
-