#How to stop camera inputs?
1 messages · Page 1 of 1 (latest)
You can just do if Input.is_action_pressed("click"): return
in your movement code. That way it will not work while the mouse button is held.
You'd need to define the "click" action in the InputMap first.