mwg API
    Preparing search index...

    Interface WheelInput

    interface WheelInput {
        action: WheelAction;
        delta: number;
    }
    Index
    action: WheelAction
    delta: number

    the raw wheel delta for whichever axis action reads; positive is down/right/out