getMonitorWidth function

int getMonitorWidth(
  1. int monitor
)

Get specified monitor width (max available by monitor).

Implementation

int getMonitorWidth(int monitor) {
  return library.GetMonitorWidth(monitor);
}