I am trying to implement support for the iPhone touch events in GWT. I've already done it with the old event listener mechanism (not very cleanly, but it's reasonable), and now I'm trying to update my library for GWT 2.0 and the new event handler system. See http://www.maryanovsky.com/sasha/maps/
My question is whether it is at all possible to *cleanly* add support for new event types to GWT, and if so, how would I do that? Right now I seem to be running into the issue of DOM.eventGetTypeInt(typeName). On a related note - is it wise for the sunk events to be represented by an int bitfield? What happens when there are more than 32 event types you want to support? Would love to get a response from a GWT team engineer, Alexander (aka Sasha) Maryanovsky. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
