Created
July 16, 2020 19:45
-
-
Save MrCrambo/5a8a70e8330fba54f5a5a3ef8e9c4bb5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case MotionEvent.ACTION_POINTER_UP: | |
int index = (event.getAction() & MotionEvent.ACTION_POINTER_INDEX_MASK) >> MotionEvent.ACTION_POINTER_INDEX_SHIFT; | |
// .. | |
// Do something here .. | |
// .. | |
break; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment