Improvements to touch filtering
- Add support for devices where touch coordsystem is different from screen's.
- Expose correct normalPosition
- Avoid race condition in filtered. reportPoints() can change m_touchPoints so it needs to be covered by the mutex.