Set mouse sensitivity

Hello, I am creating a game with drawing mechanic and I want to give the player an ability to change mouse sensitivity through the game settings. Is there any way to make something like set_mouse_sensitivity(0.5) possible without making it from scratch?

No there is no setting for this. You need to implement it yourself. It should be fairly simply to apply a scale factor to any mouse movement code.

1 Like