more digging...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-18 19:30:04 +04:00
parent 2c83d9a610
commit 85c1590539

View File

@ -123,7 +123,7 @@ $(document).ready(function(){
//var pos_x = event.touches[0].pointX
var pos_x = event.pageX
console.log(event, event.pageX, event.clientX, event.touches)
console.log(event.pageX + ' ' + event.clientX +' '+ event.touches)
if(_x == null){
_x = pos_x