getTitle method

String? getTitle()

Implementation

String? getTitle() {
  // 863
  return sdlGetWindowTitle(this);
}