Confirmed users
371
edits
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. | 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 ==== | ||