Skip to content
  • Casey Goodlett's avatar
    Workaround problematic motion events · c3e55b81
    Casey Goodlett authored
    In some rare cases the action index may not be a index into
    getPointerId.  To workaround this issue do the following
    
    1) Change the semnatics of HandleMotionEvent to use the pointer id
    directly rather than looking up from index in C code.
    
    2) Wrap the java code in a try/catch to catch invalid motion events.
    c3e55b81