Skip to content
SiteEmail

TouchList

Module: JavaScript DOM API

List of touches.

#include <TouchList.idl>

Name
getter Touchitem(unsigned long index)
Get a touch in the list.
Name
readonly attribute unsigned longlength
the number of touches in the list
getter Touch item(
unsigned long index
)

Get a touch in the list.

Parameters:

  • index index of the item

Return: the touch at the specified index in the list or null if the index is greater than the length of the list

readonly attribute unsigned long length;

the number of touches in the list