Enum InputSettings.ScrollDeltaBehavior
How platform-specific input should be converted when returning delta values for scroll wheel input actions.
Namespace: UnityEngine.InputSystem
Assembly: Unity.InputSystem.dll
Syntax
public enum InputSettings.ScrollDeltaBehavior
Fields
Name | Description |
---|---|
KeepPlatformSpecificInputRange | The range used for the delta is the same as returned by the platform input. |
UniformAcrossAllPlatforms | The range used for the delta is converted to be uniform across all platforms. |