public interface Lwjgl3Mini2DxWindowListener
extends com.badlogic.gdx.backends.lwjgl3.Lwjgl3WindowListener
Modifier and Type | Method and Description |
---|---|
void |
created(Lwjgl3Mini2DxWindow window)
Called after the GLFW window is created.
|
default void |
created(com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window window) |
void |
resized(Lwjgl3Mini2DxWindow window)
Called when the window is resized
|
void created(Lwjgl3Mini2DxWindow window)
Lwjgl3Mini2DxWindow
member functions which, for their part,
involve calling GLFW functions.
For the main window, this is an immediate callback from inside
DesktopMini2DxGame.DesktopMini2DxGame(GameContainer, Lwjgl3Mini2DxConfig)
.window
- the window instanceDesktopMini2DxGame.newWindow(Lwjgl3Mini2DxConfig)
void resized(Lwjgl3Mini2DxWindow window)
window
- The window instancedefault void created(com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window window)
created
in interface com.badlogic.gdx.backends.lwjgl3.Lwjgl3WindowListener