getMonitorHeight function

int getMonitorHeight(
  1. int monitor
)

Get specified monitor height (max available by monitor).

Implementation

int getMonitorHeight(int monitor) {
  return library.GetMonitorHeight(monitor);
}