SetCursor function Null safety user32
- int hCursor
Sets the cursor shape.
HCURSOR SetCursor(
HCURSOR hCursor
);
Implementation
int SetCursor(int hCursor) => _SetCursor(hCursor);
Sets the cursor shape.
HCURSOR SetCursor(
HCURSOR hCursor
);
int SetCursor(int hCursor) => _SetCursor(hCursor);