Game Development Community

Changing mouse sensitivity?

by Simon Almqvist Pettersson · in Torque Game Builder · 02/17/2011 (12:24 am) · 1 replies

Is it possible to change the mouse sensitivity in TGB?

I have tried changing $pref::Input::LinkMouseSensitivity in defaultPrefs.cs, but that doesn't seem to affect the cursor at all.

#1
02/21/2011 (7:33 am)
Not directly as far as I know. I have scripted cursor slowdown in my game used as an effect, just calculate cursor offset on each frame and scale it to get desired cursor speed.