com.badlogic.gdx.backends.android
Class AndroidInputFactory

java.lang.Object
  extended by com.badlogic.gdx.backends.android.AndroidInputFactory

public class AndroidInputFactory
extends Object

Class that instantiates AndroidInput or AndroidInputThreePlus depending on the SDK level, via reflection.

Author:
mzechner

Constructor Summary
AndroidInputFactory()
           
 
Method Summary
static AndroidInput newAndroidInput(Application activity, android.content.Context context, Object view, AndroidApplicationConfiguration config)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndroidInputFactory

public AndroidInputFactory()
Method Detail

newAndroidInput

public static AndroidInput newAndroidInput(Application activity,
                                           android.content.Context context,
                                           Object view,
                                           AndroidApplicationConfiguration config)


Copyright © 2013. All Rights Reserved.