Binarysharp.MemoryManagement.Windows.Mouse.BaseMouse.BaseMouse C# (CSharp) Method

BaseMouse() protected method

Initializes a new instance of a child of the BaseMouse class.
protected BaseMouse ( RemoteWindow window ) : System.Threading
window RemoteWindow The reference of the object.
return System.Threading
        protected BaseMouse(RemoteWindow window)
        {
            // Save the parameter
            Window = window;
        }