Eryan.Input.PreciseMouse.PreciseMouse C# (CSharp) 메소드

PreciseMouse() 공개 메소드

public PreciseMouse ( ) : System
리턴 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;
            */
        }