InputBehaviormouseXYAxisDeltaCalc Property |
Determines how the screen position delta (and therefore speed) is calculated for mouse X/Y axes.
An equvalent mouse movement on X and Y will yield a different result for delta X and delta Y if the screen width and height are not equal.
If you need the delta consistent between X and Y movement, change this to ScreenWidth or ScreenHeight and the delta will be calculated based on only one dimension.
Note that the returned value may exceed +/- 1.0 if set to a value other than Normal.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public MouseXYAxisDeltaCalc mouseXYAxisDeltaCalc { get; set; }
Property Value
Type:
MouseXYAxisDeltaCalcSee Also