Skip to contents

Set title for window.

Usage

set_window_title(title)

Arguments

title

A string.

Note

This function has been auto-generated from the following Raylib function definition:

void SetWindowTitle(const char * title);

Examples

if (FALSE) {
set_window_title("My Window")
}