Skip to content
SiteEmail

Touch

Module: JavaScript DOM API

#include <Touch.idl>

Name
TouchTouch(TouchInit touchInitDict)
Name
readonly attribute longidentifier
readonly attribute Nodetarget
readonly attribute longscreenX
readonly attribute longscreenY
readonly attribute longclientX
readonly attribute longclientY
readonly attribute longpageX
readonly attribute longpageY
Touch Touch(
TouchInit touchInitDict
)
readonly attribute long identifier;
readonly attribute Node target;
readonly attribute long screenX;
readonly attribute long screenY;
readonly attribute long clientX;
readonly attribute long clientY;
readonly attribute long pageX;
readonly attribute long pageY;