GetCursorPos (user32)
Last changed: Melonencool@gmail.com-5.158.166.178

.
Summary
Retrieves the cursor position in screen coordinates.

C# Signature:

[DllImport("user32.dll")]
static extern bool GetCursorPos(out POINT lpPoint);

VB Signature:

Declare Function GetCursorPos Lib "user32.dll" _
   (<Out> ByRef lpPoint As POINT)

User-Defined Types:

POINT

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation