Skip to contents

Get the human-readable, UTF-8 encoded name of the primary monitor.

Usage

get_monitor_name(monitor)

Arguments

monitor

An integer.

Value

A string

Note

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

const char *GetMonitorName(int monitor);