ToggleMouseMovement

From GECK
Jump to: navigation, search


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

[help]
(movementFlag:int) ToggleMouseMovement movementFlag:int

Example

ToggleMouseMovement 1