getScreenCount method

int getScreenCount()

Get the number of connected screens.

Implementation

int getScreenCount() {
  return _bindings.GetScreenCount();
}