WebIDLpedia

TouchList interface

Definition

Touch Events - Level 2 defines TouchList



[Exposed=Window]
interface TouchList {
    readonly        attribute unsigned long length;
    getter Touch? item (unsigned long index);
};

Methods and attributes that return objects implementing TouchList

Referring IDL interfaces/dictionaries