ShowCursor method

int ShowCursor(
  1. int bShow
)

Implementation

int ShowCursor(
  int bShow,
) {
  return _ShowCursor(
    bShow,
  );
}