getWindow method

Pointer<SdlWindow> getWindow()

Implementation

Pointer<SdlWindow> getWindow() {
  // 196
  return sdlRenderGetWindow(this);
}