This commit is contained in:
Derek Jedral 2018-03-11 13:16:27 +00:00 committed by GitHub
commit 875e22cd6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}