How do I configure to control the value of my mouse sensitivity?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By lalel345

I want to be able to change increase or decrease the sensitivity option in my project while playing.
how do i do this in code?

:bust_in_silhouette: Reply From: njamster

By multiplying any mouse motion inputs by a sensitivity factor: the bigger the factor the more pronounced will be even small movements of the mouse. Take a look at this tutorial and how it uses its MOUSE_SENSITIVITY-constant.