ACAT.Extensions.Default.FunctionalAgents.LectureManager.LectureManagerMainForm.GetCursorPos C# (CSharp) Method

GetCursorPos() private method

private GetCursorPos ( System.Windows.Forms.POINT &lpPoint ) : bool
lpPoint System.Windows.Forms.POINT
return bool
        public static extern bool GetCursorPos(out POINT lpPoint);