phaser - v4.0.0-rc.4
    Preparing search index...

    Type Alias TouchInputConfig

    type TouchInputConfig = {
        capture?: boolean;
        target?: any;
    }
    Index

    Properties

    Properties

    capture?: boolean

    Whether touch input events have preventDefault() called on them.

    target?: any

    Where the Touch Manager listens for touch input events. The default is the game canvas.