clientX |
Integer |
The X coordinate of the mouse pointer in local (DOM content) coordinates. |
clientY |
Integer |
The Y coordinate of the mouse pointer in local (DOM content) coordinates. |
screenX |
Integer |
The X coordinate of the mouse pointer in global (screen) coordinates. |
screenY |
Integer |
The Y coordinate of the mouse pointer in global (screen) coordinates. |
button |
Integer |
The button number that was pressed when the mouse event was fired. |
ctrlKey |
Boolean |
Whether the Ctrl key is pressed when the event was fired. |
altKey |
Boolean |
Whether the Alt key is pressed when the event was fired. |
shiftKey |
Boolean |
Whether the Shift key is pressed when the event was fired. |
metaKey |
Boolean |
Whether the Meta key (Mac) is pressed when the event was fired. |