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

Jump to navigation Jump to search
No edit summary
Line 27: Line 27:


==== Aggregated values ====
==== Aggregated values ====
For some applications, getting the information for all of the touch points at the same time is important. We send separate events for each touch, so this information is not directly available. But it can be easily supported by a simple JS library which keep track of the current active points. Do we leave it simple and let a JS library do the work if needed? Or should we make this information always available?
For some applications, getting the information for all of the touch points at the same time is important. We send separate events for each touch, so this information is not directly available. But it can be easily supported by a simple JS library which keep track of the current active points. Should we make this information always available or do we leave it simple and let a JS library do the work if needed?


==== Compatibility with webkit ====
==== Compatibility with webkit ====
Confirmed users
371

edits

Navigation menu