getMonitorCount function

int getMonitorCount()

Get number of connected monitors.

Implementation

int getMonitorCount() {
  return library.GetMonitorCount();
}