GetMonitorName method
Get the human-readable, UTF-8 encoded name of the specified monitor
! Not implemented on WASM
Implementation
@override
NativeMemoryPointer<RChar> GetMonitorName(
int monitor,
) => _ffi.GetMonitorName(
monitor,
).asMemoryPointer();