Example usage for com.badlogic.gdx Input interface-usage

List of usage examples for com.badlogic.gdx Input interface-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx Input interface-usage.

Usage

From source file es.eucm.ead.engine.mock.MockInput.java

/**
 * Input interface mock
 */
public class MockInput implements Input {

    private int x, y;

From source file net.pevnostgames.lwjglserver.ServerInput.java

public class ServerInput implements Input {

    @Override
    public float getAccelerometerX() {
        throw new ServerInputException();
    }