Package com.aqpproject.input.gdx

Examples of com.aqpproject.input.gdx.InputGDX


    /**
     * @return the input component singleton
     */
    public static Input getInput() {
        if (m_input == null) {
            m_input = new InputGDX();
        }
        return m_input;
    }
View Full Code Here

TOP

Related Classes of com.aqpproject.input.gdx.InputGDX

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.