It is the flag of a mouse buttonRight event

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

Syntax

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

See Also