| Package | Description |
|---|---|
| com.badlogic.gdx.backends.android |
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidInputThreePlus
Subclass of AndroidInput, used on Android +3.x to get generic motion events for things like gamepads/joysticks and so on.
|
| Modifier and Type | Method and Description |
|---|---|
AndroidInput |
AndroidLiveWallpaper.getInput() |
AndroidInput |
AndroidFragmentApplication.getInput() |
AndroidInput |
AndroidDaydream.getInput() |
AndroidInput |
AndroidApplicationBase.getInput()
Returns the
AndroidInput object associated with this AndroidApplicationBase |
AndroidInput |
AndroidApplication.getInput() |
static AndroidInput |
AndroidInputFactory.newAndroidInput(Application activity,
android.content.Context context,
Object view,
AndroidApplicationConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AndroidMouseHandler.onGenericMotion(android.view.MotionEvent event,
AndroidInput input) |
void |
AndroidTouchHandler.onTouch(android.view.MotionEvent event,
AndroidInput input) |
void |
AndroidMultiTouchHandler.onTouch(android.view.MotionEvent event,
AndroidInput input) |
Copyright © 2016. All rights reserved.