diff --git a/deps.android.7z b/deps.android.7z new file mode 100644 index 00000000..62b56751 Binary files /dev/null and b/deps.android.7z differ diff --git a/deps.android.zip b/deps.android.zip deleted file mode 100644 index cd49743f..00000000 Binary files a/deps.android.zip and /dev/null differ diff --git a/ga/client/ga-client.cpp b/ga/client/ga-client.cpp index 6e55046d..c60cc65b 100644 --- a/ga/client/ga-client.cpp +++ b/ga/client/ga-client.cpp @@ -213,6 +213,12 @@ create_overlay(struct RTSPThreadParam *rtspParam, int ch) { SDL_SetRelativeMouseMode(SDL_TRUE); showCursor = 0; //SDL_ShowCursor(0); +#if 0 //// XXX: EXPERIMENTAL - switch twice to make it normal? + switch_grab_input(NULL); + SDL_SetRelativeMouseMode(SDL_FALSE); + switch_grab_input(NULL); + SDL_SetRelativeMouseMode(SDL_TRUE); +#endif //// ga_error("ga-client: relative mouse mode enabled.\n"); } //