setLogicalSize method

int setLogicalSize(
  1. int w,
  2. int h
)

Implementation

int setLogicalSize(int w, int h) {
  // 1003
  return sdlRenderSetLogicalSize(this, w, h);
}