GetMonitorHeight method

int GetMonitorHeight(
  1. num monitor
)

Implementation

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