On Wed, Oct 27, 2010 at 1:47 PM, Ray Cromwell <[email protected]> wrote:
> > Also, onGesture* events seem to be missing. These are very useful for > handling multitouch without actually having to do bookkeeping logic as to > when multiple touch points started and ended. > > I was going to add those next, but I'll go ahead and make them a part of this change. > -Ray > > > On Wed, Oct 27, 2010 at 7:51 AM, <[email protected]> wrote: > >> >> http://gwt-code-reviews.appspot.com/867801/diff/1/17 >> File user/src/com/google/gwt/event/dom/client/TouchLocationEvent.java >> (right): >> >> http://gwt-code-reviews.appspot.com/867801/diff/1/17#newcode31 >> user/src/com/google/gwt/event/dom/client/TouchLocationEvent.java:31: >> implements LocationEvent { >> I think the API that is added now should support multitouch, even if the >> initial implementation only provides a single point. >> >> I believe the current API actually would let you receive multiple touch events, although the some of the native event properties like 'touches' and 'identifier' and noticably missing. I'll go ahead and get those in as well. > >> http://gwt-code-reviews.appspot.com/867801/show >> >> -- >> http://groups.google.com/group/Google-Web-Toolkit-Contributors >> > > -- Fred Sauer Developer Advocate Google Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043 [email protected] -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
