MagShowSystemCursor function magnification

int MagShowSystemCursor(
  1. int fShowCursor
)

Shows or hides the system cursor.

BOOL MagShowSystemCursor(
  BOOL fShowCursor
);

Implementation

int MagShowSystemCursor(int fShowCursor) => _MagShowSystemCursor(fShowCursor);