Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created June 8, 2021 01:11
Embed
What would you like to do?
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