|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AndroidInput | |
|---|---|
| com.badlogic.gdx.backends.android | |
| Uses of AndroidInput in com.badlogic.gdx.backends.android |
|---|
| Subclasses of AndroidInput in com.badlogic.gdx.backends.android | |
|---|---|
class |
AndroidInputThreePlus
Subclass of AndroidInput, used on Androd +3.x to get generic motion events for things like gampads/joysticks and so on. |
| Methods in com.badlogic.gdx.backends.android that return AndroidInput | |
|---|---|
static AndroidInput |
AndroidInputFactory.newAndroidInput(Application activity,
android.content.Context context,
Object view,
AndroidApplicationConfiguration config)
|
| Methods in com.badlogic.gdx.backends.android with parameters of type AndroidInput | |
|---|---|
void |
AndroidTouchHandler.onTouch(android.view.MotionEvent event,
AndroidInput input)
|
void |
AndroidSingleTouchHandler.onTouch(android.view.MotionEvent event,
AndroidInput input)
|
void |
AndroidMultiTouchHandler.onTouch(android.view.MotionEvent event,
AndroidInput input)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||