GuiHost..::..MouseMovement Property

Gets the mouse movement.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public static Point MouseMovement { get; set; }
Public Shared Property MouseMovement As Point
	Get
	Set
public:
static property Point^ MouseMovement {
	Point^ get ();
	void set (Point^ value);
}

Field Value

The mouse movement.