ixfx
    Preparing search index...

    Type Alias ControlEvents

    type ControlEvents = {
        change: { control: Control; velocity: number; velocityScaled: number };
    }
    Index

    Properties

    Properties

    change: { control: Control; velocity: number; velocityScaled: number }