HomeSort by relevance Sort by last modified time
    Searched full:remotewidth (Results 1 - 1 of 1) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/input/
RemoteInput.java 178 private float remoteWidth = 0;
258 remoteWidth = in.readFloat();
283 touchEvent.x = (int)((in.readInt() / remoteWidth) * Gdx.graphics.getWidth());
290 touchEvent.x = (int)((in.readInt() / remoteWidth) * Gdx.graphics.getWidth());
297 touchEvent.x = (int)((in.readInt() / remoteWidth) * Gdx.graphics.getWidth());

Completed in 58 milliseconds