libgdx API

Uses of Interface
com.badlogic.gdx.Input

Packages that use Input
com.badlogic.gdx   
com.badlogic.gdx.backends.android   
com.badlogic.gdx.backends.lwjgl   
com.badlogic.gdx.input   
 

Uses of Input in com.badlogic.gdx
 

Fields in com.badlogic.gdx declared as Input
static Input Gdx.input
           
 

Methods in com.badlogic.gdx that return Input
 Input Application.getInput()
           
 

Uses of Input in com.badlogic.gdx.backends.android
 

Methods in com.badlogic.gdx.backends.android that return Input
 Input AndroidApplication.getInput()
          
 

Uses of Input in com.badlogic.gdx.backends.lwjgl
 

Methods in com.badlogic.gdx.backends.lwjgl that return Input
 Input LwjglApplication.getInput()
           
 Input LwjglCanvas.getInput()
           
 

Uses of Input in com.badlogic.gdx.input
 

Classes in com.badlogic.gdx.input that implement Input
 class RemoteInput
           An Input implementation that receives touch, key, accelerometer and compass events from a remote Android device.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)