Package transientlibs.preui.agents.factories

Examples of transientlibs.preui.agents.factories.GDXInputProvider


        MusicTrackGDX.musicEnabled.value = false;


        input = new TransientInput();
        Detonator.INSTANCE.inputProvider = new GDXInputProvider(input);
        renderer = new GameRenderer(this);
    }
View Full Code Here

TOP

Related Classes of transientlibs.preui.agents.factories.GDXInputProvider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.