SetWindowTitle function

void SetWindowTitle(
  1. Pointer<Char> title
)

Implementation

void SetWindowTitle(Pointer<Char> title) => _module.SetWindowTitle(title);