Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MouseWheelScrollEvent

Hierarchy

  • MouseWheelScrollEvent

Index

Properties

Properties

mouseWheelScroll

mouseWheelScroll: { delta: number; wheel: number; wheelStr: "VerticalWheel" | "HorizontalWheel"; x: number; y: number }

Type declaration

  • delta: number
  • wheel: number
  • wheelStr: "VerticalWheel" | "HorizontalWheel"
  • x: number
  • y: number

type

type: "MouseWheelScrolled"

Generated using TypeDoc