curs_set method

int curs_set(
  1. int arg0
)

Implementation

int curs_set(
  int arg0,
) {
  return _curs_set(
    arg0,
  );
}