GetMonitorHeight method

int GetMonitorHeight(
  1. num monitor
)

Get specified monitor height (current video mode used by monitor)

Implementation

int GetMonitorHeight(
  num monitor,
) => run(
  () => _debugLabels.GetMonitorHeight(monitor),
  () => _flat.GetMonitorHeight(
    monitor.toInt(),
  ),
);