List of usage examples for com.google.gwt.dom.client Touch subclass-usage
From source file com.googlecode.mgwt.dom.client.event.mouse.SimulatedTouch.java
public class SimulatedTouch extends Touch { public static native SimulatedTouch createTouch() /*-{ // need to native for GwtMockito to work return {}; }-*/;
From source file com.googlecode.mgwt.dom.client.event.pointer.SimulatedTouch.java
public class SimulatedTouch extends Touch { public static native SimulatedTouch createTouch() /*-{ // need to native for GwtMockito to work return {}; }-*/;