Added more screen zoom modes

This commit is contained in:
pelya
2011-11-23 19:50:18 +02:00
parent 61dfc11a20
commit b8627ed0c9
8 changed files with 235 additions and 84 deletions

View File

@@ -565,7 +565,6 @@ int main(int argc, char* argv[])
r.x -= r.w/2;
r.y -= r.h/2;
SDL_FillRect(screen, &r, color);
__android_log_print(ANDROID_LOG_INFO, "Ballfield", "Mouse %d:%d buttons %d", mx, my, b);
SDL_Flip(SDL_GetVideoSurface());
SDL_Event evt;