ToggleMouseMovement
From GECK
A function added by the JIP NVSE Plugin.
Description
Disables/enables horizontal and/or vertical mouse movement.
0 Both disabled 1 Horizontal only 2 Vertical only 3 Both enabled
- By omitting the argument, the function can be used for returning the current mouse movement enable state, without making any changes.
Syntax
(movementFlag:int) ToggleMouseMovement movementFlag:int
Example
ToggleMouseMovement 1