Package com.jme3.input.android
Class AndroidKeyMapping
- java.lang.Object
-
- com.jme3.input.android.AndroidKeyMapping
-
public class AndroidKeyMapping extends java.lang.ObjectAndroidKeyMapping 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 intgetJmeKey(int androidKey)
-