Skip to content

Commit

Permalink
Added help info for STICK_POWER
Browse files Browse the repository at this point in the history
  • Loading branch information
JibbSmart committed Sep 21, 2020
1 parent a3d1f8d commit 4d43cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JoyShockMapper/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2835,7 +2835,7 @@ int main(int argc, char *argv[]) {
commandRegistry.Add((new JSMAssignment<float>(max_gyro_threshold))
->SetHelp("Degrees per second at and above which to apply maximum gyro sensitivity."));
commandRegistry.Add((new JSMAssignment<float>(stick_power))
->SetHelp(""));
->SetHelp("Power curve for stick input when in AIM mode. 1 for linear, 0 for no curve (full strength once out of deadzone). Higher numbers make more of the stick's range appear like a very slight tilt."));
commandRegistry.Add((new JSMAssignment<FloatXY>(stick_sens))
->SetHelp("Stick sensitivity when using classic AIM mode."));
commandRegistry.Add((new JSMAssignment<float>(real_world_calibration))
Expand Down

0 comments on commit 4d43cac

Please sign in to comment.