Package com.jme3.input.android
Class AndroidKeyMapping
java.lang.Object
com.jme3.input.android.AndroidKeyMapping
AndroidKeyMapping is just a utility to convert the Android keyCodes into
jME KeyCodes so that events received in jME's KeyEvent will match between
Desktop and Android.
-
Method Summary
-
Method Details
-
getJmeKey
public static int getJmeKey(int androidKey)
-