Home > @rainway/web > InboundStream > enableGestures
InboundStream.enableGestures() method
Begin gesture processing of touch inputs on the stream container. This is on by default.
- Swipe: move mouse without clicking. - Tap: left click. - Tap then swipe: left click and drag. - Long press: right click. - Two-finger vertical swipe: scroll mouse wheel.
Signature:
enableGestures(): void;
Returns:
void