SetPhysicalCursorPos function user32

int SetPhysicalCursorPos(
  1. int X,
  2. int Y
)

Sets the position of the cursor in physical coordinates.

BOOL SetPhysicalCursorPos(
  [in] int X,
  [in] int Y
);

Implementation

int SetPhysicalCursorPos(int X, int Y) => _SetPhysicalCursorPos(X, Y);