Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MouseButtonEvent

Hierarchy

  • MouseButtonEvent

Index

Properties

Properties

mouseButton

mouseButton: { button: number; buttonStr: "Left" | "Right" | "Middle" | "XButton1" | "XButton2"; x: number; y: number }

Type declaration

  • button: number
  • buttonStr: "Left" | "Right" | "Middle" | "XButton1" | "XButton2"
  • x: number
  • y: number

type

type: "MouseButtonPressed" | "MouseButtonReleased"

Generated using TypeDoc