GetMonitorPhysicalWidth method

int GetMonitorPhysicalWidth(
  1. num monitor
)

Implementation

int GetMonitorPhysicalWidth(
  num monitor,
) => run(
  () => 'GetMonitorPhysicalWidth($monitor)',
  () => rl.Core.GetMonitorPhysicalWidth(monitor.toInt()),
);