BananaMpq.View.Infrastructure.Cursor.GetCursorPos C# (CSharp) Method

GetCursorPos() private method

private GetCursorPos ( POINT &p ) : void
p POINT
return void
        private static extern void GetCursorPos(out POINT p);