SetWindowTitle method

void SetWindowTitle(
  1. Pointer<Char> title
)

Set title for window

Implementation

void SetWindowTitle(Pointer<Char> title)
  => _SetWindowTitle(title);