10

I am creating an Android game that uses touch input. I noticed that, when I put down a finger and move it, there is a threshold of a couple of pixels until the first MotionEvent.ACTION_MOVE is generated. What is the correct way of disabling this threshold filter?

Narendra Singh
  • 3,990
  • 5
  • 37
  • 78
Herr von Wurst
  • 2,571
  • 5
  • 32
  • 53

1 Answers1

6

It's called touch slop. And here's the same question already answered: Android ACTION_MOVE Threshold

Community
  • 1
  • 1
aragaer
  • 17,238
  • 6
  • 47
  • 49