SetCursor function user32

int SetCursor(
  1. int hCursor
)

Sets the cursor shape.

HCURSOR SetCursor(
  HCURSOR hCursor
);

Implementation

int SetCursor(int hCursor) => _SetCursor(hCursor);