SetWindowTitle function

void SetWindowTitle(
  1. MemoryPointer<RChar> title
)

See RaylibCoreFlatModule.SetWindowTitle.

Implementation

void SetWindowTitle(
  MemoryPointer<RChar> title,
) => _module.SetWindowTitle(title);