I could be incorrect, but I think that the reason that the camera was still moving on the screen while I was dragging the screen on my device was that it was still making mouse motion events, and my code for moving the camera responds to mouse motion events too.
So now, I am more focused on getting that solved, since I think that is the root of the problem.