mirror of
https://gitee.com/houstudio/Cdroid.git
synced 2024-12-01 19:58:14 +08:00
fix TouchDevice's point report
This commit is contained in:
parent
bf2210d1a7
commit
6c4ad6dc34
@ -394,8 +394,8 @@ int TouchDevice::putRawEvent(const struct timeval&tv,int type,int code,int value
|
||||
//the same positioned moveing ,skip this event
|
||||
break;
|
||||
}
|
||||
mLastDownX= mEvent.getX();
|
||||
mLastDownY= mEvent.getY();
|
||||
mLastDownX= mEvent.getX();
|
||||
mLastDownY= mEvent.getY();
|
||||
mDownTime = mMoveTime;
|
||||
}
|
||||
if(listener)listener(mEvent);
|
||||
|
Loading…
Reference in New Issue
Block a user