HomeSort by relevance Sort by last modified time
    Searched refs:JglfwGraphics (Results 1 - 3 of 3) sorted by null

  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwApplicationConfiguration.java 21 import com.badlogic.gdx.backends.jglfw.JglfwGraphics.JglfwDisplayMode;
64 /** True to hide the window when it is created. The window must be shown with {@link JglfwGraphics#show()}. **/
JglfwApplication.java 43 JglfwGraphics graphics;
124 Gdx.graphics = graphics = new JglfwGraphics(config);
284 public JglfwGraphics getGraphics () {
JglfwGraphics.java 42 public class JglfwGraphics implements Graphics {
69 public JglfwGraphics (JglfwApplicationConfiguration config) {

Completed in 53 milliseconds