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