Touch

Module: JavaScript DOM API

#include <Touch.idl>

Public Functions

Name
TouchTouch(TouchInit touchInitDict)

Public Attributes

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

Public Functions Documentation

function Touch

Touch Touch(
    TouchInit touchInitDict
)

Public Attributes Documentation

variable identifier

readonly attribute long identifier;

variable target

readonly attribute Node target;

variable screenX

readonly attribute long screenX;

variable screenY

readonly attribute long screenY;

variable clientX

readonly attribute long clientX;

variable clientY

readonly attribute long clientY;

variable pageX

readonly attribute long pageX;

variable pageY

readonly attribute long pageY;