|
Name
|
Description
|
|
altKey Field
|
Gets a Boolean value indicating the state of the ALT key when the associated event occurred.
|
|
button Field
|
Gets a Sys.UI.MouseButton enumeration value that indicates the button state of the mouse when the related event occurred.
|
|
charCode Field
|
Gets the character code of the key that raised the associated event.
|
|
clientX Field
|
Gets the x-coordinate of the mouse pointer's position relative to the client area of the browser window, excluding window scroll bars.
|
|
clientY Field
|
Gets the y-coordinate of the mouse pointer's position relative to the client area of the browser window, excluding window scroll bars.
|
|
ctrlKey Field
|
Gets a Boolean value that indicates the state of the CTRL key when the associated event occurred.
|
|
offsetX Field
|
Gets the x-coordinate of the mouse pointer's position relative to the object that raised the event.
|
|
offsetY Field
|
Gets the y-coordinate of the mouse pointer's position relative to the object that raised the event.
|
|
screenX Field
|
Gets the x-coordinate of the mouse pointer's position relative to the user's screen.
|
|
screenY Field
|
Gets the y-coordinate of the mouse pointer's position relative to the user's screen.
|
|
shiftKey Field
|
Gets a value that indicates the state of the SHIFT key when the associated event occurred.
|
|
target Field
|
Gets the object that the event acted upon.
|
|
type Field
|
The name of the event that was raised.
|