setSize method

void setSize(
  1. int w,
  2. int h
)

Implementation

void setSize(int w, int h) {
  // 1024
  sdlSetWindowSize(this, w, h);
}