ShowCursor function user32

int ShowCursor(
  1. int bShow
)

Displays or hides the cursor.

int ShowCursor(
  BOOL bShow
);

Implementation

int ShowCursor(int bShow) => _ShowCursor(bShow);