Example usage for com.google.gwt.dom.client Touch subclass-usage

List of usage examples for com.google.gwt.dom.client Touch subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.dom.client Touch subclass-usage.

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 {};
                                                      }-*/;