| 256 | settings::cableTension = math::clamp(value, getMinValue(), getMaxValue()); |
| 257 | } |
| 258 | float getValue() override { |
| 259 | return settings::cableTension; |
| 260 | } |
| 261 | float getDefaultValue() override { |
| 262 | return 0.5; |
| 263 | } |
nothing calls this directly
no outgoing calls
no test coverage detected