GetMonitorPhysicalHeight method
Get specified monitor physical height in millimetres
Implementation
@override
int GetMonitorPhysicalHeight(
num monitor,
) => run(
() => RaylibDebugLabels.GetMonitorPhysicalHeight(monitor),
() => rl.Core.GetMonitorPhysicalHeight(monitor.toInt()),
);