@JsType(isNative=true,
name="MouseEvent")
public class DOMMouseEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Boolean |
altKey |
short |
button |
int |
clientX |
int |
clientY |
java.lang.Boolean |
ctrlKey |
java.lang.Boolean |
metaKey |
int |
screenX |
int |
screenY |
java.lang.Boolean |
shiftKey |
Constructor and Description |
---|
DOMMouseEvent() |
Modifier and Type | Method and Description |
---|---|
void |
initMouseEvent() |
@JsProperty public int screenX
@JsProperty public int screenY
@JsProperty public int clientX
@JsProperty public int clientY
@JsProperty public java.lang.Boolean ctrlKey
@JsProperty public java.lang.Boolean shiftKey
@JsProperty public java.lang.Boolean altKey
@JsProperty public java.lang.Boolean metaKey
@JsProperty public short button