@minecraft/server-editor
    Preparing search index...

    Type Alias MouseModifiersBeta

    Input modifier states for mouse actions

    type MouseModifiers = {
        alt: boolean;
        ctrl: boolean;
        shift: boolean;
    }
    Index

    Properties

    Properties

    alt: boolean
    ctrl: boolean
    shift: boolean