Firefox/Projects/Multitouch Polish/DOM Events

From MozillaWiki
< Firefox‎ | Projects‎ | Multitouch Polish
Revision as of 01:19, 12 August 2009 by Felipc (talk | contribs) (Created page with '= Multitouch events = *MozTouchDown *MozTouchMove *MozTouchRelease Currently they inherit from MouseEvent and adds a streamId property which uniquely identifies a tracking p…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Multitouch events

  • MozTouchDown
  • MozTouchMove
  • MozTouchRelease

Currently they inherit from MouseEvent and adds a streamId property which uniquely identifies a tracking point.