GetCurrentMonitor method

int GetCurrentMonitor()

Implementation

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