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

Input modifier states for mouse actions

Type declaration

  • alt: boolean
  • ctrl: boolean
  • shift: boolean