GetMonitorWidth method
Get specified monitor width (current video mode used by monitor)
Implementation
@override
int GetMonitorWidth(
num monitor,
) => run(
() => RaylibDebugLabels.GetMonitorWidth(monitor),
() => rl.Core.GetMonitorWidth(monitor.toInt()),
);