summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2016-05-14 16:25:57 +0200
committerest31 <MTest31@outlook.com>2016-05-26 20:33:33 +0200
commitfa6b21a15b415cd82dce6896b94a5341b7dd76f0 (patch)
tree1fc68b1ebb2ce52c81b33e816b0f8f8f827d47a7 /build
parentef100f12a1346f7bfd2a05dc606cb22e97179c02 (diff)
downloadminetest-fa6b21a15b415cd82dce6896b94a5341b7dd76f0.tar.gz
minetest-fa6b21a15b415cd82dce6896b94a5341b7dd76f0.tar.bz2
minetest-fa6b21a15b415cd82dce6896b94a5341b7dd76f0.zip
Tell irrlicht if we handle a key or not.
We can remove the function in MtNativeActivity now as it serves precisely that purpose: to tell irrlicht that we handled the esc key. TODO for later: * Perhaps try to find a more performant container than KeyList
Diffstat (limited to 'build')
-rw-r--r--build/android/src/main/java/net.minetest.minetest/MtNativeActivity.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/android/src/main/java/net.minetest.minetest/MtNativeActivity.java b/build/android/src/main/java/net.minetest.minetest/MtNativeActivity.java
index 3173a71f4..159521a50 100644
--- a/build/android/src/main/java/net.minetest.minetest/MtNativeActivity.java
+++ b/build/android/src/main/java/net.minetest.minetest/MtNativeActivity.java
@@ -19,11 +19,6 @@ public class MtNativeActivity extends NativeActivity {
public void onDestroy() {
super.onDestroy();
}
-
- @Override
- public void onBackPressed() {
- }
-
public void copyAssets() {
Intent intent = new Intent(this, MinetestAssetCopy.class);