Class AndroidKeyMapping

java.lang.Object
com.jme3.input.android.AndroidKeyMapping

public class AndroidKeyMapping extends Object
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 Details

    • getJmeKey

      public static int getJmeKey(int androidKey)