GetMonitorPhysicalWidth method

int GetMonitorPhysicalWidth(
  1. int monitor
)

Get specified monitor physical width in millimetres

! Not implemented on WASM

Implementation

int GetMonitorPhysicalWidth(int monitor)
  => _GetMonitorPhysicalWidth(monitor);