Added 640x480 virtual screen support scrolled via accelerometer

This commit is contained in:
pelya
2010-02-18 19:02:17 +02:00
parent bd33c4b4dc
commit 0eb8918905
5 changed files with 163 additions and 23 deletions

View File

@@ -13,6 +13,7 @@ SDL_CURDIR_PATH := /data/data/de.schwardtnet.alienblaster/files
# sends trackball movement events as rapid KeyDown/KeyUp events,
# this will make Up/Down/Left/Right key up events with X frames delay,
# so if application expects you to press and hold button it will process the event correctly.
# TODO: create a libsdl config file for that option and for key mapping/on-screen keyboard
SDL_TRACKBALL_KEYUP_DELAY := 4
include $(call all-subdir-makefiles)