Skip to content
Snippets Groups Projects
Commit c3e55b81 authored by Casey Goodlett's avatar Casey Goodlett
Browse files

Workaround problematic motion events

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.
parent 63fc5bea
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment