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

SendInputMouse() public method

Initializes a new instance of a child of the SendInputMouse class.
public SendInputMouse ( RemoteWindow window ) : Binarysharp.MemoryManagement.Native
window RemoteWindow The reference of the object.
return Binarysharp.MemoryManagement.Native
        public SendInputMouse(RemoteWindow window)
            : base(window)
        {
        }