createSystem static method

Pointer<SdlCursor> createSystem(
  1. int id
)

Implementation

static Pointer<SdlCursor> createSystem(int id) {
  // 381
  return sdlCreateSystemCursor(id);
}