Example usage for com.badlogic.gdx.cdi DesktopCDIImplementation DesktopCDIImplementation

List of usage examples for com.badlogic.gdx.cdi DesktopCDIImplementation DesktopCDIImplementation

Introduction

In this page you can find the example usage for com.badlogic.gdx.cdi DesktopCDIImplementation DesktopCDIImplementation.

Prototype

public DesktopCDIImplementation() 

Source Link

Usage

From source file:com.badlogic.gdx.cdi.example.DesktopLauncher.java

public static void main(String[] arg) {
    LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
    new DesktopCDIImplementation();
    new LwjglApplication(new SimpleRoom(), config);
}