Hello, i've been looking around but nothing came up.

i want to pan the camera like google maps..

You hold the left key, and then move the mouse, and the camera will move the same amount.

I tryed mouse_force, but if it wont work, like i want:
- the mouse speed is not considered and the panning is always +1 because that mouse_force... so if i drag faster it wont move faster.

So my question is. How do i code such thing, so that when i drag from point A to point B, the point will end right over the mouse, and not outside the mouse position.

i tryed mickey.x but that move too fast...

PS:my camera should also mantain a tilt of -58 to the floor.


Thanks..