类型别名 MouseModifiers实验性

MouseModifiers: {
    alt: boolean;
    ctrl: boolean;
    shift: boolean;
}

Input modifier states for mouse actions