selectstart

    Emitted when one of the input source has started its “primary action”.

    WebXRInterface.swift:919
    var selectstart: Signal3 { get }

    Use getInputSourceTracker(inputSourceId:) and getInputSourceTargetRayMode(inputSourceId:) to get more information about the input source.

    To connect to this signal, reference this property and call the

    connect method with the method you want to invoke

    Example:

    obj.selectstart.connect { inputSourceId in
       print ("caught signal")
    }

    Other members in extension

    Types

    Type members

    Instance members