GetMonitorWidth method

int GetMonitorWidth(
  1. int monitor
)

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

Implementation

int GetMonitorWidth(int monitor)
  => _GetMonitorWidth(monitor);