show static method

int show(
  1. int toggle
)

Implementation

static int show(int toggle) {
  // 502
  return sdlShowCursor(toggle);
}