GetMonitorWidth method

int GetMonitorWidth(
  1. num monitor
)

Implementation

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