TouchList

TouchList

package js-html

Available on js

The TouchList interface represents a list of contact points with a touch surface; for example, if the user has three fingers on the touch surface (such as a screen or trackpad), the corresponding TouchList object would have one Touch object for each finger, for a total of three entries.

Documentation TouchList by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only length:Int

The number of Touch objects in the TouchList.

Methods

identifiedTouch (identifier:Int):Touch

Returns the first Touch item in the list whose identifier matches a specified value.

item (index:Int):Touch

Returns the Touch object at the specified index in the list.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/TouchList.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部