Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created June 8, 2021 01:11
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/6362d57d8b93a615b774bbf3790c63e9 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/6362d57d8b93a615b774bbf3790c63e9 to your computer and use it in GitHub Desktop.
CTB 6-1
public void changePos() {
hitCheck();
// -----------
// ----省略----
// -----------
}
public void hitCheck() {
}
@Override
public boolean onTouchEvent(MotionEvent event) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment