input-device-handler - v9.0.1
    Preparing search index...

    Type Alias CurrentInputsChangedOutput

    The data contained within a CurrentInputsChangedEvent event.

    type CurrentInputsChangedOutput = {
        allCurrentInputs: DeviceInputValue[];
        newInputs: DeviceInputValue[];
        removedInputs: DeviceInputValue[];
    }
    Index

    Properties

    allCurrentInputs: DeviceInputValue[]
    newInputs: DeviceInputValue[]
    removedInputs: DeviceInputValue[]