Confirmed users
371
edits
(2 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
* '''MozTouchDown''' | * '''MozTouchDown''' | ||
* '''MozTouchMove''' | * '''MozTouchMove''' | ||
* ''' | * '''MozTouchUp''' | ||
Currently they inherit from MouseEvent and adds a '''streamId''' property which uniquely identifies a tracking point. In Win7 this id is provided by the OS/driver layer and is valid only while the same touch point is being tracked. After the finger is released, the id can be (and ''will be'') reused. | Currently they inherit from MouseEvent and adds a '''streamId''' property which uniquely identifies a tracking point. In Win7 this id is provided by the OS/driver layer and is valid only while the same touch point is being tracked. After the finger is released, the id can be (and ''will be'') reused. | ||
Line 23: | Line 23: | ||
==== Size and pressure ==== | ==== Size and pressure ==== | ||
Touch input also may provide detailed information about the contact area or pressure, but it depends on the platform and type of screen. We already have MozPressure attribute on MouseEvent, which is currently only used in some gtk. code. Win7 provides width and height of contact area. | Touch input also may provide detailed information about the contact area or pressure, but it depends on the platform and type of screen. We already have MozPressure attribute on MouseEvent, which is currently only used in some gtk. code. Win7 provides width and height of contact area. | ||
=== Capturing/Release? === | |||
https://bugzilla.mozilla.org/show_bug.cgi?id=510924 | |||
== Questions to ask == | == Questions to ask == | ||
Line 41: | Line 44: | ||
==== Standards ==== | ==== Standards ==== | ||
Need to take these to the DOM list for comments and hopefully make a spec | Need to take these to the DOM list for comments and hopefully make a spec | ||
* [http://mozilla.pettay.fi/gestures/gestures.xml Possible format] |