It is the flag of a mouseWheel event

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public bool WheelRolling { get; set; }
Visual Basic (Declaration)
Public Property WheelRolling As Boolean
Visual C++
public:
property bool WheelRolling {
	bool get ();
	void set (bool value);
}

See Also