Eryan.Input.PreciseMouse.PreciseMouse C# (CSharp) Method

PreciseMouse() public method

public PreciseMouse ( ) : System
return System
        public PreciseMouse()
        {
            /*    this.m = m;
            this.Speed = m.Speed;
            this.pid = m.Pid;
            this.X = m.getX();
            this.Y = m.getY();
            this.appWin = m.APPWIN;
            */
        }