Skip to content

Commit 3fbc83b

Browse files
authored
Added JmeSurfaceView.java class , for embedding jme-game in a custom xml UI-design. (jMonkeyEngine#1494)
* Added JmeSurfaceView.java class , for embedding jme-game in a custom xml UI design. * Removal of white spaces Removal of white spaces between if...else conditions & class methods. * Removal of white spaces * Cleaning up (formatting errors/jme copyright) * Moved the class files into an independent package * Handled the user delay for zero & negative numbers * Cleaning up 2
1 parent e1e4ad4 commit 3fbc83b

File tree

4 files changed

+635
-0
lines changed

4 files changed

+635
-0
lines changed

jme3-android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ if (!hasProperty('mainClass')) {
55
}
66

77
dependencies {
8+
//added annotations used by JmeSurfaceView.
9+
implementation 'androidx.appcompat:appcompat:1.2.0'
810
compile project(':jme3-core')
911
compile project(':jme3-plugins')
1012
compileOnly 'android:android'

0 commit comments

Comments
 (0)