GetMonitorName method

  1. @override
String GetMonitorName(
  1. num monitor
)
override

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

Implementation

@override
String GetMonitorName(
  num monitor,
) => run(
  () => RaylibDebugLabels.GetMonitorName(monitor),
  () => rl.Core.GetMonitorName(monitor.toInt()).toD,
);