MagShowSystemCursor function magnification
Shows or hides the system cursor.
BOOL MagShowSystemCursor(
BOOL fShowCursor
);
Implementation
int MagShowSystemCursor(int fShowCursor) => _MagShowSystemCursor(fShowCursor);
Shows or hides the system cursor.
BOOL MagShowSystemCursor(
BOOL fShowCursor
);
int MagShowSystemCursor(int fShowCursor) => _MagShowSystemCursor(fShowCursor);