http://affinelayer.com/pixsrv/index.html
var x=getEventListeners(document)['mousemove'][0].listener,y=getEventListeners(document)['mousedown'][0].listener;
document.removeEventListener('mousedown',y);
document.addEventListener('mousedown',function(e){x(e);window.requestAnimationFrame(function(){y(e)});});
TODO