D | GwtInput.java | 401 …static native void addEventListener (JavaScriptObject target, String name, GwtInput handler, boole… in addEventListener() method in GwtInput 475 addEventListener(canvas, "mousedown", this, true); in hookEvents() 476 addEventListener(Document.get(), "mousedown", this, true); in hookEvents() 477 addEventListener(canvas, "mouseup", this, true); in hookEvents() 478 addEventListener(Document.get(), "mouseup", this, true); in hookEvents() 479 addEventListener(canvas, "mousemove", this, true); in hookEvents() 480 addEventListener(Document.get(), "mousemove", this, true); in hookEvents() 481 addEventListener(canvas, getMouseWheelEvent(), this, true); in hookEvents() 482 addEventListener(Document.get(), "keydown", this, false); in hookEvents() 483 addEventListener(Document.get(), "keyup", this, false); in hookEvents() [all …]
|