Implemented SDL_ACTIVEEVENT, did not test it and cannot say if it will work, also SDL 1.3 compilation is broken (use previous commit)

This commit is contained in:
pelya
2010-10-01 19:15:23 +03:00
parent 631f4cde0d
commit b83c805bb7
19 changed files with 88 additions and 38 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.schwardtnet.alienblaster"
android:versionCode="110010"
android:versionName="1.1.0.10 - fixed restoring application from background"
package="com.googlecode.opentyrian"
android:versionCode="2114"
android:versionName="2.1.14 - game can be put to background with Home button and successfully restored back"
android:installLocation="preferExternal"
>
<application android:label="@string/app_name"