Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mousewheel (0.12 sec)

  1. src/cmd/vendor/github.com/google/pprof/third_party/svgpan/svgpan.js

    		//"onmouseout" : "handleMouseUp(evt)", // Decomment this to stop the pan functionality when dragging out of the SVG element
    	});
    
    	if(navigator.userAgent.toLowerCase().indexOf('webkit') >= 0)
    		window.addEventListener('mousewheel', handleMouseWheel, false); // Chrome/Safari
    	else
    		window.addEventListener('DOMMouseScroll', handleMouseWheel, false); // Others
    }
    
    /**
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top