Fire button in OpenArena will not toggle other buttons if you slide finger to them

This commit is contained in:
pelya
2013-05-04 17:44:36 +00:00
parent 4f742e3e82
commit dedefbf9a9
5 changed files with 20 additions and 6 deletions

View File

@@ -562,6 +562,8 @@ int main(int argc, char* argv[])
SDL_ANDROID_GetScreenKeyboardButtonPos(i, &r);
__android_log_print(ANDROID_LOG_VERBOSE, "Ballfield", "{ %d, %d, %d, %d },", r.x, r.y, r.x+r.h, r.y+r.w);
}
//SDL_ANDROID_SetScreenKeyboardButtonGenerateTouchEvents(SDL_ANDROID_SCREENKEYBOARD_BUTTON_0, 1);
//SDL_ANDROID_SetScreenKeyboardButtonGenerateTouchEvents(SDL_ANDROID_SCREENKEYBOARD_BUTTON_3, 1);
while(1)
{