-
public interface ReactPointerEventsView
This interface should be implemented be native View subclasses that support pointer events handling. It is used to find the target View of a touch event.
-
-
Method Summary
Modifier and Type Method Description abstract PointerEvents
getPointerEvents()
Return the PointerEvents of the View. -
-
Method Detail
-
getPointerEvents
abstract PointerEvents getPointerEvents()
Return the PointerEvents of the View.
-
-
-
-