GetMonitorWidth method

int GetMonitorWidth(
  1. int monitor
)

Implementation

int GetMonitorWidth(int monitor) {
  return _GetMonitorWidth(monitor);
}