GetMonitorName abstract method

String GetMonitorName(
  1. num monitor
)

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

Implementation

String GetMonitorName(
  num monitor,
);