Web SDK - InboundStream.disableGestures()

Home > @rainway/web > InboundStream > disableGestures

InboundStream.disableGestures() method

Stop gesture processing of touch inputs on the stream container. (It is enabled by default.)

A touch input will be simply translated into an absolute-coordinate click-and-drag mouse input.

Signature:

disableGestures(): void;

Returns:

void