I have a .cur file and I want to use that cursor when my mouse is over the canvas ( I am using Google Chrome)
<body>
<canvas id="canvas" width="600" height="405" style="position:relative; background: black;" onclick="newBall()">
</canvas>
</body>