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 TypeMethodDescriptionvoid
cleanup()
void
boolean
isKeyPressed
(int keyCode) void
keyCallBack
(int key, int action) void
void
update()
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()
-