multitouch(...)
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
multitouch(val: boolean): this;
Sets whether the object should be multi-touch enabled. Usually an object will only respond to one touch but if set to true this enables it to respond to two.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
val | boolean | If true enables the object to respond to two touches. |
Returns
Section titled “Returns”this