fix touchEvents not working on LG devices

This commit is contained in:
Derek Jedral 2018-03-09 22:50:45 -08:00
parent c87d94ee27
commit 8c06e09d47

View file

@ -37,7 +37,7 @@ public class EventController {
MotionEvent.PointerCoords coords = pointerCoords[0];
coords.orientation = 0;
coords.pressure = 1;
coords.pressure = 0.9999f;
coords.size = 1;
coords.toolMajor = 1;
coords.toolMinor = 1;