@JsType(isNative=true) public class MouseEvent extends SyntheticEvent
| Modifier and Type | Field and Description |
|---|---|
boolean |
altKey |
int |
button |
int |
buttons |
int |
clientX |
int |
clientY |
boolean |
ctrlKey |
boolean |
metaKey |
int |
pageX |
int |
pageY |
elemental2.dom.EventTarget |
relatedTarget |
int |
screenX |
int |
screenY |
boolean |
shiftKey |
bubbles, cancelable, currentTarget, defaultPrevented, eventPhase, isTrusted, nativeEvent, target, timeStamp, type| Constructor and Description |
|---|
MouseEvent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getModifierState(java.lang.String key) |
preventDefault, stopPropagationpublic boolean altKey
public int button
public int buttons
public int clientX
public int clientY
public boolean ctrlKey
public boolean metaKey
public int pageX
public int pageY
public elemental2.dom.EventTarget relatedTarget
public int screenX
public int screenY
public boolean shiftKey