GetMonitorCount method

int GetMonitorCount()

Implementation

int GetMonitorCount() => run(
  () => 'GetMonitorCount()',
  () => rl.Core.GetMonitorCount(),
);