Displays or hides the cursor.
int ShowCursor( BOOL bShow );
int ShowCursor(int bShow) => _ShowCursor(bShow);