读书人

手机手写签名的疑惑,该如何处理

发布时间: 2012-04-26 14:01:31 作者: rapoo

手机手写签名的疑惑
想做一个手机触摸屏的手写签名识别的软件
有些问题: 手机触摸屏的api;手机触摸屏能判断手写的压力吗?
现在比较模糊 欢迎大家畅所欲言

[解决办法]
具体的看文档,Canvas类
protected voidpointerDragged(int x, int y)
Called when the pointer is dragged.
protected voidpointerPressed(int x, int y)
Called when the pointer is pressed.
protected voidpointerReleased(int x, int y)
Called when the pointer is released.
[解决办法]
楼上正解,就用这3个函数实现你想要的功能,当然只是把你写的字显示出来,但识别还要你自己做
[解决办法]
手机触摸屏能判断手写的压力吗?

不能.

读书人网 >J2ME开发

热点推荐