类型别名 MouseModifiers

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

Input modifier states for mouse actions

类型声明

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