| Name |
Type |
Meaning |
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 was pressed when the event was fired. |
altKey |
Boolean |
Whether the Alt key was pressed when the event was fired. |
shiftKey |
Boolean |
Whether the Shift key was pressed when the event was fired. |
metaKey |
Boolean |
Whether the Meta key was pressed when the event was fired. |