Changed accelerometer/multitouch/joystick input once again, removed touch event ratelimiting for Froyo and newer.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
Definitions...
|
||||
----------------------------------------------------------*/
|
||||
|
||||
#define SCREEN_W 320
|
||||
#define SCREEN_H 200
|
||||
#define SCREEN_W 480
|
||||
#define SCREEN_H 800
|
||||
|
||||
|
||||
#define BALLS 300
|
||||
|
||||
Reference in New Issue
Block a user