getSurface method

Pointer<SdlSurface> getSurface()

Implementation

Pointer<SdlSurface> getSurface() {
  // 1468
  return sdlGetWindowSurface(this);
}