Skip to content

Commit 95245d5

Browse files
authored
Update
1 parent 2fdd769 commit 95245d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CustomView/Advance/[18]multi-touch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ int action = event.getAction() & MotionEvent.ACTION_MASK;
144144
这个非常简单,ACTION_MASK=0x000000ff, 与 getAction() 进行按位与操作后保留最后8位内容(十六进制每一个字符转化为二进制是4位)。
145145

146146
例如:
147-
0x000001**05** & 0x000000ff = 0x000000**01**
147+
0x000001**05** & 0x000000ff = 0x000000**05**
148148

149149
**取得事件索引(index)**
150150

@@ -610,4 +610,4 @@ public class DragView extends CustomView {
610610

611611

612612

613-
[motionevent]: http://www.gcssloop.com/customview/motionevent
613+
[motionevent]: http://www.gcssloop.com/customview/motionevent

0 commit comments

Comments
 (0)