Home
last modified time | relevance | path

Searched refs:touchOffset (Results 1 – 1 of 1) sorted by relevance

/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js638 'offsetX': e.touches[0].pageX-touchOffset.X,
639 'offsetY': e.touches[0].pageY-touchOffset.Y
667 touchOffset={ class in AnonymousFunction4db9cd740100
672 'offsetX':e.touches[0].pageX-touchOffset.X,
673 'offsetY':e.touches[0].pageY-touchOffset.Y
687 touchOffset={ class in AnonymousFunction4db9cd740200
692 'offsetX':e.touches[0].pageX-touchOffset.X,
693 'offsetY':e.touches[0].pageY-touchOffset.Y
948 touchOffset = {}; variable