Touch
Module: JavaScript DOM API
#include <Touch.idl>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| Touch | Touch(TouchInit touchInitDict) |
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| 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 |
Public Functions Documentation
Section titled “Public Functions Documentation”function Touch
Section titled “function Touch”Touch Touch( TouchInit touchInitDict)Public Attributes Documentation
Section titled “Public Attributes Documentation”variable identifier
Section titled “variable identifier”readonly attribute long identifier;variable target
Section titled “variable target”readonly attribute Node target;variable screenX
Section titled “variable screenX”readonly attribute long screenX;variable screenY
Section titled “variable screenY”readonly attribute long screenY;variable clientX
Section titled “variable clientX”readonly attribute long clientX;variable clientY
Section titled “variable clientY”readonly attribute long clientY;variable pageX
Section titled “variable pageX”readonly attribute long pageX;variable pageY
Section titled “variable pageY”readonly attribute long pageY;© 2026 Coherent Labs. All rights reserved.