GameGetMouseWheelDelta Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets the amount the mouse wheel has scrolled.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static int GetMouseWheelDelta()

Return Value

Type: Int32
Returns the amount the wheel has changed. This value is positive if the mouse wheel is rotated in an upward direction (away from the user) or negative if the mouse wheel is rotated in a downward direction (toward the user).
See Also

Reference