TouchList

Module: JavaScript DOM API

List of touches.

#include <TouchList.idl>

Public Functions

Name
getter Touchitem(unsigned long index)
Get a touch in the list.

Public Attributes

Name
readonly attribute unsigned longlength
the number of touches in the list

Public Functions Documentation

function item

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

Public Attributes Documentation

variable length

readonly attribute unsigned long length;

the number of touches in the list