Search in sources :

Example 6 with Point

use of com.gwtmobile.ui.client.utils.Point in project GwtMobile by dennisjzh.

the class DragControllerDesktop method onMouseUp.

public void onMouseUp(Event e) {
    e.preventDefault();
    e.stopPropagation();
    onEnd(e, new Point(e.getClientX(), e.getClientY()));
}
Also used : Point(com.gwtmobile.ui.client.utils.Point)

Aggregations

Point (com.gwtmobile.ui.client.utils.Point)6 Element (com.google.gwt.dom.client.Element)2 EventTarget (com.google.gwt.dom.client.EventTarget)2