touchmove

This commit is contained in:
ntr 2019-04-07 14:11:48 +10:00
parent 2724ba8283
commit 5a715a50d7

View File

@ -145,6 +145,7 @@ function Vbox(args) {
onTouchStart={e => boundTouchStart(e, i)}
onTouchEnd={e => boundTouchEnd(e, i)}
onTouchMove{e => boundTouchMove(e)}
onClick={e => boundClick(e, i) }>
{convertVar(vbox.bound[i])}