Sensitivity of joystick

Titan Two general support. Questions, firmware update, feature request.

Sensitivity of joystick

Postby Natman60 » Fri Jul 03, 2020 3:49 pm

Hello,

Please, can you explain to me how to increase the sensitivity of the left joystick by 50% ?

Thank you :smile0517:
User avatar
Natman60
Corporal
Corporal
 
Posts: 4
Joined: Tue Apr 16, 2019 11:36 am

Re: Sensitivity of joystick

Postby Mad » Fri Jul 03, 2020 8:19 pm

Hi,

Try this:
Code: Select all
#define SENSITIVITY 1.5
 
main {
    set_val(STICK_2_X, clamp(get_val(STICK_2_X) * SENSITIVITY, -100.0, 100.0));
    set_val(STICK_2_Y, clamp(get_val(STICK_2_Y) * SENSITIVITY, -100.0, 100.0));
}
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord
Mad
Major General
Major General
 
Posts: 4536
Joined: Wed May 22, 2019 5:39 am

Re: Sensitivity of joystick

Postby Natman60 » Sat Jul 04, 2020 9:07 am

Thank you !
User avatar
Natman60
Corporal
Corporal
 
Posts: 4
Joined: Tue Apr 16, 2019 11:36 am


Return to Titan Two Device

Who is online

Users browsing this forum: No registered users and 116 guests