Pointer Type Options
data class PointerTypeOptions(val mouse: Boolean = false, val pen: Boolean = false, val touch: Boolean = true)
Option to set which pointer types are allowed for PointerEvents in the ReaderView.
Option to set which pointer types are allowed for PointerEvents in the ReaderView.