Changed accelerometer/multitouch/joystick input once again, removed touch event ratelimiting for Froyo and newer.

This commit is contained in:
pelya
2012-09-17 15:44:56 +03:00
parent aa462771e4
commit 17ea07d39d
18 changed files with 154 additions and 265 deletions

View File

@@ -3,8 +3,8 @@ AppSettingVersion=17
LibSdlVersion=1.2
AppName="Admob test"
AppFullName=ws.openarena.sdl
ScreenOrientation=h
InhibitSuspend=n
ScreenOrientation=v
InhibitSuspend=y
AppDataDownloadUrl="Game data is 1 Mb|ballfield2.zip"
VideoDepthBpp=16
NeedDepthBuffer=n

View File

@@ -23,8 +23,8 @@
Definitions...
----------------------------------------------------------*/
#define SCREEN_W 320
#define SCREEN_H 200
#define SCREEN_W 480
#define SCREEN_H 800
#define BALLS 300