Skip to content

Commit

Permalink
update android dependency archive file
Browse files Browse the repository at this point in the history
  • Loading branch information
Chun-Ying Huang committed Apr 3, 2014
1 parent 4a05779 commit 15a5a8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file added deps.android.7z
Binary file not shown.
Binary file removed deps.android.zip
Binary file not shown.
6 changes: 6 additions & 0 deletions ga/client/ga-client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
//
Expand Down

0 comments on commit 15a5a8b

Please sign in to comment.