@minecraft
    正在准备搜索索引...

    类型别名 MouseModifiers

    Input modifier states for mouse actions

    type MouseModifiers = {
        alt: boolean;
        ctrl: boolean;
        shift: boolean;
    }
    索引

    属性

    属性

    alt: boolean
    ctrl: boolean
    shift: boolean