多点触控Android手势识别源码

多点触控的源码分享挺有意思的,尤其是要两个以上手指的操作。Android 里的 MotionEvent 是关键,像 ACTION_POINTER_DOWNACTION_MOVE 这些事件得搞明白。不然你一滑动,手指一多,UI 就乱套了。源码里还配了个画板项目MyPaint,可以同时用多个手指画画,玩起来还挺爽,适合拿来试手势识别和多指输入的逻辑。坐标和手势判断这块,别嫌麻烦,写好了体验会丝滑。要注意设备差异,有些机器最多只认两个点,记得测试时多跑几个机型。你要是刚好在做多点滑动、缩放或者虚拟摇杆这些交互,真可以参考下。

rar
MyPaint.rar 预估大小:82个文件
folder
MyPaint 文件夹
file
Undo.ico 1KB
file
rectangle.ico 1KB
folder
Backup 文件夹
folder
MyPaint 文件夹
file
DlgDrawTool.resx 9KB
file
DlgBmpSize.resx 6KB
file
DlgDrawTool.Designer.cs 9KB
file
MyPaint.csproj 5KB
file
Class1.cs 8KB
file
DlgBmpSize.cs 367B
file
Form1.cs 40KB
file
Program.cs 491B
file
DlgPenWidth.cs 369B
file
Form1.resx 23KB
folder
Properties 文件夹
file
Settings.settings 249B
file
Resources.Designer.cs 3KB
file
AssemblyInfo.cs 1KB
file
Settings.Designer.cs 1KB
file
Resources.resx 6KB
file
DlgDrawTool.cs 3KB
file
DlgPenWidth.Designer.cs 4KB
file
DlgBmpSize.Designer.cs 7KB
file
Form1.Designer.cs 44KB
file
DlgPenWidth.resx 6KB
file
MyPaint.suo 24KB
file
MyPaint.sln 911B
file
颜色.ico 1KB
folder
MyPaint 文件夹
file
DlgDrawTool.resx 9KB
file
DlgBmpSize.resx 6KB
file
DlgDrawTool.Designer.cs 9KB
file
MyPaint.csproj 7KB
file
MyPaint.csproj.user 451B
folder
Resources 文件夹
file
Class1.cs 8KB
file
DlgBmpSize.cs 367B
file
Form1.cs 40KB
file
Program.cs 491B
file
DlgPenWidth.cs 369B
file
Form1.resx 23KB
file
app.config 144B
folder
Properties 文件夹
file
Settings.settings 249B
file
Resources.Designer.cs 3KB
file
AssemblyInfo.cs 1KB
file
Settings.Designer.cs 1KB
file
Resources.resx 6KB
file
DlgDrawTool.cs 3KB
file
DlgPenWidth.Designer.cs 4KB
file
DlgBmpSize.Designer.cs 7KB
file
Form1.Designer.cs 44KB
folder
obj 文件夹
folder
Debug 文件夹
file
MyPaint.pdb 86KB
file
GenerateResource.read.1.tlog 1KB
file
MyPaint.DlgPenWidth.resources 180B
folder
Refactor 文件夹
folder
TempPE 文件夹
file
Properties.Resources.Designer.cs.dll 5KB
file
Resource1.Designer.cs.dll 5KB
file
MyPaint.DlgDrawTool.resources 3KB
file
MyPaint.FormMain.resources 14KB
file
DesignTimeResolveAssemblyReferencesInput.cache 6KB
file
MyPaint.Properties.Resources.resources 180B
file
MyPaint.csproj.GenerateResource.Cache 1KB
file
GenerateResource.write.1.tlog 2KB
file
MyPaint.DlgBmpSize.resources 180B
file
MyPaint.csproj.FileListAbsolute.txt 5KB
file
MyPaint.exe 65KB
file
DlgPenWidth.resx 6KB
folder
bin 文件夹
folder
Debug 文件夹
file
MyPaint.vshost.exe.manifest 490B
file
MyPaint.pdb 86KB
file
MyPaint.vshost.exe 11KB
file
MyPaint.exe.config 144B
file
MyPaint.vshost.exe.config 144B
file
MyPaint.exe 65KB
folder
Release 文件夹
file
铅笔.ico 1KB
file
ZoomOut.jpg 924B
file
elliptise.ico 1KB
file
线宽.ico 1KB
file
ZoomIn.jpg 880B
folder
_UpgradeReport_Files 文件夹
file
UpgradeReport.xslt 12KB
file
UpgradeReport_Plus.gif 71B
file
UpgradeReport.css 3KB
file
UpgradeReport_Minus.gif 69B
file
MyPaint.suo 30KB
file
stop.ico 1KB
file
UpgradeLog.XML 6KB
file
line.ico 1KB
file
circle.ico 1KB
file
MyPaint.sln 911B
...
rar 文件大小:182.45KB