Variable InputMapBinding.strengthCurve

A curve formula to influence the strength of held inputs. Defaults to constant strength.

class InputMapBinding
{
  // ...
  float delegate(float, float) strengthCurve = null;
  // ...
}