Skip to content

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.

ParameterTypeDescription
valbooleanIf true enables the object to respond to two touches.

this