GetMonitorPhysicalHeight method

  1. @override
int GetMonitorPhysicalHeight(
  1. num monitor
)
override

Implementation

@override
int GetMonitorPhysicalHeight(
  num monitor,
) => run(
  () => RaylibDebugLabels.GetMonitorPhysicalHeight(monitor),
  () => rl.Core.GetMonitorPhysicalHeight(monitor.toInt()),
);