Package com.badlogic.gdx.backends.headless.mock.input

Examples of com.badlogic.gdx.backends.headless.mock.input.MockInput


    this.net = new HeadlessNet();
    // the following elements are not applicable for headless applications
    // they are only implemented as mock objects
    this.graphics = new MockGraphics();
    this.audio = new MockAudio();
    this.input = new MockInput();

    Gdx.app = this;
    Gdx.files = files;
    Gdx.net = net;
    Gdx.audio = audio;
View Full Code Here

TOP

Related Classes of com.badlogic.gdx.backends.headless.mock.input.MockInput

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.