Is there a way to shift the position of a click (X and Y) ? I will be changing the cursor to a bigger image, and precisely, I want to change the position of a click without the user noticing it. For example, If I clicked position (0,0) on the DOM, I want the (0,128) area to be clicked.
Thanks!