I would like to do this, completely restrict the Position and Zoom from the user?
Mainly because say I put SetCameraPosition(0,0) then move the screen somewhere else and then later on the code is SetCameraPosition(100,0) it won't actually go to (100,0), it will go somewhere else depending on where I move the screen, I'm guessing it's not actually coordinates? but how far to move on the x,y position?