Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created June 9, 2021 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeforfun-jp/854a7d5236ea976d9d997457c72e3df7 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/854a7d5236ea976d9d997457c72e3df7 to your computer and use it in GitHub Desktop.
CTB 10-3
} else {
if (event.getAction() == MotionEvent.ACTION_DOWN) {
action_flg = true;
} else if (event.getAction() == MotionEvent.ACTION_UP) {
action_flg = false;
}
}
return true;
}
@Override
public void onBackPressed() { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment