GetMonitorPhysicalHeight method

int GetMonitorPhysicalHeight(
  1. num monitor
)

Implementation

int GetMonitorPhysicalHeight(
  num monitor,
) => run(
  () => 'GetMonitorPhysicalHeight($monitor)',
  () => rl.Core.GetMonitorPhysicalHeight(monitor.toInt()),
);