getCurrentMonitor function

int getCurrentMonitor()

Get current connected monitor.

Implementation

int getCurrentMonitor() {
  return library.GetCurrentMonitor();
}