Package 

Class JSPointerDispatcher


  • 
    public class JSPointerDispatcher
    
                        

    JSPointerDispatcher handles dispatching pointer events to JS from RootViews. If you implement RootView you need to call handleMotionEvent from onTouchEvent, onInterceptTouchEvent, onHoverEvent, onInterceptHoverEvent. It will correctly find the right view to handle the touch and also dispatch the appropriate event to JS