The DocumentTouch interface used to provide convenience methods
creating web.other.Touch
and web.mobile.TouchList
objects,
DocumentTouch been removed from the standards. These two methods
live on the web.Document
interface.
The DocumentTouch interface used to provide convenience methods creating `web.other.Touch` and `web.mobile.TouchList` objects, DocumentTouch been removed from the standards. These two methods live on the `web.Document` interface.
(create-touch this & args)
Method.
Creates a new Touch object.
Method. Creates a new Touch object.
(create-touch-list this & args)
Method.
Creates a new TouchList object.
Method. Creates a new TouchList object.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close