Firefox/Projects/Multitouch Polish/DOM Events: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with '= Multitouch events = *MozTouchDown *MozTouchMove *MozTouchRelease Currently they inherit from MouseEvent and adds a streamId property which uniquely identifies a tracking p…')
 
No edit summary
Line 1: Line 1:
= Multitouch events  =
= Multitouch events  =
This wiki page will be used to describe the current state of the touch events being implemented, and to discuss what the format of these events should be, what kind of information they should provide, etc.
== Current events ==


*MozTouchDown  
*MozTouchDown  
Line 5: Line 11:
*MozTouchRelease
*MozTouchRelease


Currently they inherit from MouseEvent and adds a streamId property which uniquely identifies a tracking point.
Currently they inherit from MouseEvent and adds a streamId property which uniquely identifies a tracking point. This id is provided by the OS and is valid only while the same touch point is being tracked. After its finger release, the id can be (and ''will be'') reused

Revision as of 23:10, 12 August 2009

Multitouch events

This wiki page will be used to describe the current state of the touch events being implemented, and to discuss what the format of these events should be, what kind of information they should provide, etc.


Current events

  • MozTouchDown
  • MozTouchMove
  • MozTouchRelease

Currently they inherit from MouseEvent and adds a streamId property which uniquely identifies a tracking point. This id is provided by the OS and is valid only while the same touch point is being tracked. After its finger release, the id can be (and will be) reused