GetMouseWheelMovement

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns current mouse wheel movement(only in menumode).

Syntax

[help]
(iWheelScroll:int) GetMouseWheelMovement iTrait:int

Requests

0 - Current wheel scroll;
1 - Last wheel scroll;

Example

set fValue to GetMouseWheelMovement 0

Will return mouse current mouse wheel scrool.

Notes

  • This function only returns values in menumode;

See Also