setTitle method

void setTitle(
  1. String title
)

Implementation

void setTitle(String title) {
  // 838
  sdlSetWindowTitle(this, title);
}