Class AndroidKeyMapping


  • public class AndroidKeyMapping
    extends java.lang.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.
    Author:
    iwgeric
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getJmeKey​(int androidKey)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getJmeKey

        public static int getJmeKey​(int androidKey)