React,关于 handleTouchMove,

#1

如何得到 X , Y 轴的滑动值,
判断 X 在 Y 或者 Y 在 X中滑动时
if ( X>Y ) {
event.preventDefault();
}