#Making the camera able to be moved via mouse

1 messages · Page 1 of 1 (latest)

zinc cove
#

Making the camera able to be moved via mouse

rare marsh
#

You want to look for an input event, I think it’s called InputEventMouseMotion and get the relative movement of the mouse and then translate that to camera movement

#

Since this isn’t the mouse position it should not break

wild moss
zinc cove
#

i am brand new to godot