GetMonitorName method

Pointer<Char> GetMonitorName(
  1. int monitor
)

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

! Not implemented on WASM

Implementation

Pointer<Char> GetMonitorName(int monitor)
  => _GetMonitorName(monitor);