Options
All
  • Public
  • Public/Protected
  • All
Menu

Option to set which pointer types are allowed for PointerEvents in the ReaderView.

Hierarchy

  • IPointerTypeOptions

Index

Properties

Properties

Optional mouse

mouse?: boolean

Allow mouse devices to trigger PointerEvents.

default

false

Optional pen

pen?: boolean

Allow pen devices to trigger PointerEvents.

default

false

Optional touch

touch?: boolean

Allow touch devices to trigger PointerEvents.

default

true

Generated using TypeDoc